summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorOxore <oxore@protonmail.com>2019-01-03 22:45:18 +0300
committerOxore <oxore@protonmail.com>2019-01-03 22:49:40 +0300
commit5ecd8885556cdfc07d2bccaede45f86e329da637 (patch)
treefd23f04ad159bcae5d863ac788df140c4b4465ce /README.md
parent6c3579c976a14c4eda8964491c649839a189828f (diff)
Move unicode module to separate library lib8
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 5 insertions, 3 deletions
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__