aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAndy Belle-Isle <drumsetmonkey@gmail.com>2019-09-13 02:05:28 -0400
committerGitHub <noreply@github.com>2019-09-13 02:05:28 -0400
commitc89b9aad8eadb3bfebaf4e6ae65ee6650e313fc7 (patch)
tree94d8706c211aaf3d4e2793f64e7c9bd233588415 /README.md
parent4c4f7b9a2eae1694f1628559cb7baca88a7c29f1 (diff)
Added SOIL and cereal to libraries list in README
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 351db1f..bbc4b78 100644
--- a/README.md
+++ b/README.md
@@ -33,7 +33,8 @@ The libraries used to develop gamedev2 are as follows:
* [sol2](https://github.com/ThePhD/sol2)
* [EntityX](https://github.com/alecthomas/entityx)
* [FreeType 2](https://www.freetype.org/)
-
+* [SOIL](https://lonesock.net/soil.html)
+* [cereal](https://uscilab.github.io/cereal/)
## Building gamedev2
### Build Requirements