aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorClyne Sullivan <clyne@bitgloo.com>2019-09-17 13:55:22 -0400
committerClyne Sullivan <clyne@bitgloo.com>2019-09-17 13:55:22 -0400
commitceda39e4bd2e3a7794f0cb4f96df1de6ebee47d2 (patch)
treeba5451b6dcade324114d145d526e7c5b5465689a /README.md
parentdbb26902ed54ce308fdcec4697616e152f2894fd (diff)
parent0236eb7f6391c9d925dcaaddb8cb01ecfb7d5e55 (diff)
update with master; using VBOs for fonts
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