Update minor.md

This commit is contained in:
Faraz Fallahi 2017-08-13 15:25:54 -05:00 committed by GitHub
parent 7d9a3a14b4
commit a716cddf0e
1 changed files with 1 additions and 0 deletions

View File

@ -4,3 +4,4 @@ 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]
* [libfixmath](https://github.com/PetteriAimonen/libfixmath) - A Cross Platform Fixed Point (Q16.16) Maths Library. [MIT]
* [CallableTraits](https://github.com/badair/callable_traits) - Traits and metafunctions for callable types. [Boost]