aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGravatar gingerBill 2016-05-12 22:31:46 +0100
committerGravatar gingerBill 2016-05-12 22:31:46 +0100
commitaf72e486011f23b6753d8893147a2ea41d503684 (patch)
tree0e512f00c7f0ebfc539a710be44a0a75ed64a37c /README.md
parentAdd string precision and width (experimental) (diff)
gb_regex.h Initial Version
Highly experimental Regular Expressions Library
Diffstat (limited to '')
-rw-r--r--README.md11
1 files changed, 6 insertions, 5 deletions
diff --git a/README.md b/README.md
index 2873e4a..33c39a6 100644
--- a/README.md
+++ b/README.md
@@ -4,11 +4,12 @@ gb single-file public domain libraries for C & C++
library | latest version | category | description
----------------|----------------|----------|-------------
-**gb.h** | 0.11a | misc | A helper library for C & C++
-**gb_math.h** | 0.06c | math | A C/C++ vector math library geared towards game development
-**gb_gl.h** | 0.04b | graphics | A C/C++ OpenGL Helper Library
-**gb_string.h** | 0.95 | strings | A better string library for C & C++ (this is built into gb.h too with custom allocator support!)
-**gb_ini.h** | 0.93 | misc | A simple ini file loader library for C & C++
+**gb.h** | 0.11a | 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_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.01 | regex | Highly experimental Regular Expressions Library
## FAQ