update version numbers

This commit is contained in:
Sean Barrett
2014-12-08 19:58:51 -08:00
parent 97037461d9
commit d1c85eac78
4 changed files with 5 additions and 3 deletions

View File

@ -3,6 +3,7 @@ stb_image.h | graphics | image loading/decoding from file/mem
stb_truetype.h | graphics | parse, decode, and rasterize characters from truetype fonts
stb_image_write.h | graphics | image writing to disk: PNG, TGA, BMP
stb_image_resize.h | graphics | resize images larger/smaller with good quality
stb_rect_pack.h | graphics | simple 2D rectangle packer with decent quality
stretchy_buffer.h | utility | typesafe dynamic array for C (i.e. approximation to vector<>), doesn't compile as C++
stb_textedit.h | UI | guts of a text editor for games etc implementing them from scratch
stb_dxt.h | 3D graphics | Fabian "ryg" Giesen's real-time DXT compressor