Update README.md
This commit is contained in:
parent
1da3c0eac8
commit
950be6d62c
|
@ -4,8 +4,8 @@ gb single-file public domain libraries for C & C++
|
||||||
|
|
||||||
library | latest version | category | languages | description
|
library | latest version | category | languages | description
|
||||||
----------------|----------------|----------|-----------|-------------
|
----------------|----------------|----------|-----------|-------------
|
||||||
**gb.h** | 0.06 | misc | C, C++ | A C helper library for C & C++
|
**gb.h** | 0.07 | misc | C, C++ | A C helper library for C & C++
|
||||||
**gb_math.h** | 0.06 | math | C, C++ | A C/C++ vector math library geared towards game development
|
**gb_math.h** | 0.06a | math | C, C++ | A C/C++ vector math library geared towards game development
|
||||||
**gb_gl.h** | 0.04a | graphics | C, C++ | A C/C++ OpenGL Helper Library
|
**gb_gl.h** | 0.04a | graphics | C, C++ | A C/C++ OpenGL Helper Library
|
||||||
**gb_string.h** | 0.95 | strings | C, C++ | A better string library for C & C++ (this is built into gb.h too with custom allocator support!)
|
**gb_string.h** | 0.95 | 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.93 | misc | C, C++ | A simple ini file loader library for C & C++
|
**gb_ini.h** | 0.93 | misc | C, C++ | A simple ini file loader library for C & C++
|
||||||
|
|
Loading…
Reference in New Issue