update version numbers

This commit is contained in:
Sean Barrett
2021-07-11 17:07:54 -07:00
parent fd7807e92d
commit 1ee679ca2e
14 changed files with 33 additions and 49 deletions

View File

@ -16,6 +16,6 @@ stb_herringbone_wang_tile.h | game dev | herringbone Wang tile map gener
stb_c_lexer.h | parsing | simplify writing parsers for C-like languages
stb_divide.h | math | more useful 32-bit modulus e.g. "euclidean divide"
stb_connected_components.h | misc | incrementally compute reachability on grids
stb.h | misc | helper functions for C, mostly redundant in C++; basically author's personal stuff
stb.h | misc | _deprecated_ helper functions for C, mostly redundant in C++; basically author's personal stuff
stb_leakcheck.h | misc | quick-and-dirty malloc/free leak-checking
stb_include.h | misc | implement recursive #include support, particularly for GLSL