diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2019-09-17 13:55:22 -0400 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2019-09-17 13:55:22 -0400 |
commit | ceda39e4bd2e3a7794f0cb4f96df1de6ebee47d2 (patch) | |
tree | ba5451b6dcade324114d145d526e7c5b5465689a /README.md | |
parent | dbb26902ed54ce308fdcec4697616e152f2894fd (diff) | |
parent | 0236eb7f6391c9d925dcaaddb8cb01ecfb7d5e55 (diff) |
update with master; using VBOs for fonts
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |