diff options
| author | 2016-05-22 00:41:18 +0100 | |
|---|---|---|
| committer | 2016-05-22 00:41:18 +0100 | |
| commit | 0ea0be695ce0cc86a4646b6c778e4ad562e5b94d (patch) | |
| tree | be84a31dd93f7714e41d5c18f52fab0a676555e5 /README.md | |
| parent | Dropped C90 Support (For numerous reasons) (diff) | |
Change brace style because why not?
Diffstat (limited to '')
| -rw-r--r-- | README.md | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -4,12 +4,12 @@ gb single-file public domain libraries for C & C++ library | latest version | category | description ----------------|----------------|----------|------------- -**gb.h** | 0.17 | misc | Helper library (Standard library _improvement_) -**gb_math.h** | 0.06d | math | Vector math library geared towards game development -**gb_gl.h** | 0.04d | 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.h** | 0.17b | misc | Helper library (Standard library _improvement_) +**gb_math.h** | 0.06e | math | Vector math library geared towards game development +**gb_gl.h** | 0.04e | graphics | OpenGL Helper Library +**gb_string.h** | 0.95a | 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.01c | regex | Highly experimental regular expressions library +**gb_regex.h** | 0.01d | regex | Highly experimental regular expressions library ## FAQ |
