aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar gingerBill 2016-04-24 20:47:53 +0100
committerGravatar gingerBill 2016-04-24 20:47:53 +0100
commitfa56da7ba961ded189b5aa0291263e0445359d07 (patch)
tree8e9e4ef470d15c447665c9f42c95cb42c3ae85fd
parentgb_gl.h and new naming conventions (diff)
Update README.md
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index 8065c63..3ceab24 100644
--- a/README.md
+++ b/README.md
@@ -4,9 +4,10 @@ gb single-file public domain libraries for C & C++
library | latest version | category | languages | description
----------------|----------------|----------|-----------|-------------
-**gb.h** | 0.02a | misc | C, C++ | A C helper library for C & C++
-**gb_math.h** | 0.04d | math | C, C++ | A C (and C++) vector math library geared towards game development
-**gb_string.h** | 0.93 | strings | C, C++ | A better string library for C & C++ (this is built into gb.h too!)
+**gb.h** | 0.03 | misc | C, C++ | A C helper library for C & C++
+**gb_math.h** | 0.04d | math | C, C++ | A C/C++ vector math library geared towards game development
+**gb_gl.h** | 0.01 | graphics | C, C++ | A C/C++ OpenGL Helper Library
+**gb_string.h** | 0.93 | strings | C, C++ | A better string library for C & C++ (this is built into gb.h too with custom allocator support!)
**gb_ini.h** | 0.91a | misc | C, C++ | A simple ini file loader library for C & C++