1
0
Fork 0
mirror of https://github.com/fffaraz/awesome-cpp.git synced 2024-10-16 12:00:54 -04:00

Update minor.md

This commit is contained in:
Faraz Fallahi 2017-08-10 19:00:07 -05:00 committed by GitHub
parent dd32cc58ec
commit 7d9a3a14b4

View file

@ -2,4 +2,5 @@
## Minor projects
A list of lesser-known C/C++ libraries, tools, and resources.
[jest](https://github.com/jeaye/jest) - A sane and minimal C++14 unit test framework. [MIT]
* [jest](https://github.com/jeaye/jest) - A sane and minimal C++14 unit test framework. [MIT]
* [libfixmath](https://github.com/PetteriAimonen/libfixmath) - A Cross Platform Fixed Point (Q16.16) Maths Library. [MIT]