From 7d9a3a14b4a0bd8b0b2c80cb8d2f0953733fde5d Mon Sep 17 00:00:00 2001 From: Faraz Fallahi Date: Thu, 10 Aug 2017 19:00:07 -0500 Subject: [PATCH] Update minor.md --- minor.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/minor.md b/minor.md index 5ba1fd6..1571633 100644 --- a/minor.md +++ b/minor.md @@ -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]