Added slim_gl.h to the readme list.
authorStephan Soller <stephan.soller@helionweb.de>
Wed, 29 Aug 2018 05:46:50 +0000 (07:46 +0200)
committerStephan Soller <stephan.soller@helionweb.de>
Wed, 29 Aug 2018 05:46:50 +0000 (07:46 +0200)
README.md

index bdcada3..a3b1786 100644 (file)
--- 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