diff options
| author | 2016-05-13 20:13:51 +0100 | |
|---|---|---|
| committer | 2016-05-13 20:13:51 +0100 | |
| commit | e8cde870de20b112f33ed887dac248d404b2b188 (patch) | |
| tree | b554390315c355fbac802898ce13a03346e844e8 /README.md | |
| parent | Capture length fix and little more documentation (diff) | |
New File Handing System! No stdio or stdlib!
WIN32 only so far
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -4,12 +4,12 @@ gb single-file public domain libraries for C & C++ library | latest version | category | description ----------------|----------------|----------|------------- -**gb.h** | 0.11a | misc | Helper library (Standard library _improvement_) +**gb.h** | 0.12 | misc | Helper library (Standard library _improvement_) **gb_math.h** | 0.06c | math | Vector math library geared towards game development -**gb_gl.h** | 0.04b | graphics | OpenGL Helper Library +**gb_gl.h** | 0.04c | graphics | OpenGL Helper Library **gb_string.h** | 0.95 | strings | A better string library (this is built into gb.h too with custom allocator support!) **gb_ini.h** | 0.93 | misc | Simple ini file loader library -**gb_regex.h** | 0.01b | regex | Highly experimental regular expressions library +**gb_regex.h** | 0.01c | regex | Highly experimental regular expressions library ## FAQ |
