From ac8adfdcb3710892809e3d9cbc6998a5ec52818e Mon Sep 17 00:00:00 2001 From: Sean Barrett Date: Wed, 16 Dec 2015 08:22:58 -0800 Subject: [PATCH] Update other_libs.md --- docs/other_libs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/other_libs.md b/docs/other_libs.md index c7e2f5e..9c8bafc 100644 --- a/docs/other_libs.md +++ b/docs/other_libs.md @@ -16,7 +16,7 @@ free to tell me about their quality.) _Newest additions are in italics._ - **strings**; **files & filenames** [DG_misc.h](https://github.com/DanielGibson/Snippets/): Daniel Gibson's stb.h-esque cross-platform helpers: path/file, strings (public domain) - **strings** [utf8](https://github.com/sheredom/utf8.h): utf8 string library (public domain) - **strings** [strpool.h](https://github.com/mattiasgustavsson/libs): string interning (public domain/MIT) -- **misc** [MakeID.h](http://www.humus.name/3D/MakeID.h): allocate/deallowcate small integer IDs efficiently (public domain) +- **misc** [MakeID.h](http://www.humus.name/3D/MakeID.h): allocate/deallocate small integer IDs efficiently (public domain) - **misc** [gb_string.h](https://github.com/gingerBill/gb): dynamic strings for C (public domain) - **misc** [loguru](https://github.com/emilk/loguru): flexible logging for C++ (public domain) - **hardware** [EasyTab](https://github.com/ApoorvaJ/EasyTab): multi-platform tablet input (public domain) -- GitLab