From 314ec11c2b28897879c5094af69b1240252092a3 Mon Sep 17 00:00:00 2001 From: Stephan Soller Date: Wed, 29 Aug 2018 07:46:50 +0200 Subject: [PATCH] Added slim_gl.h to the readme list. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bdcada3..a3b1786 100644 --- a/README.md +++ b/README.md @@ -9,5 +9,6 @@ All libraries are published under the MIT license. library | lastest version | category | description --------------------- | --------------- | --------- | -------------------------------- **math_3d.h** | 1.0 | graphics | compact 3D math library for use with OpenGL +**slim_gl.h** | 1.0 | graphics | compact OpenGL shorthand functions and printf() style drawcalls **slim_hash.h** | 1.1 | container | simple and easy to use hashmap for C99 **slim_test.h** | 1.0 | testing | small set of functions to build simple test programs -- 2.20.1