diff options
author | Oxore <oxore@protonmail.com> | 2019-01-03 22:45:18 +0300 |
---|---|---|
committer | Oxore <oxore@protonmail.com> | 2019-01-03 22:49:40 +0300 |
commit | 5ecd8885556cdfc07d2bccaede45f86e329da637 (patch) | |
tree | fd23f04ad159bcae5d863ac788df140c4b4465ce /README.md | |
parent | 6c3579c976a14c4eda8964491c649839a189828f (diff) |
Move unicode module to separate library lib8
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -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__ |