From 5ecd8885556cdfc07d2bccaede45f86e329da637 Mon Sep 17 00:00:00 2001 From: Oxore Date: Thu, 3 Jan 2019 22:45:18 +0300 Subject: Move unicode module to separate library lib8 --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index ff88898..57e1ee6 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,11 @@ This is unfinished tetris project written in pure C with CSFML library. It is un __Dependencies__ -`SFML` -`CSFML` -`libyaml` +- `SFML` - Graphics and controls +- `CSFML` - C SFML bindings +- `libyaml` - YAML parser +- [`munit`](https://github.com/nemequ/munit) - Testing framework (submodule) +- [`libf8`](https://github.com/Oxore/libf8) - Unicode helper functions (submodule) __Compilation and use__ -- cgit v1.2.3