From 62d773db5db889e5a5000627625173ec9affd7a6 Mon Sep 17 00:00:00 2001 From: Sean Barrett Date: Sat, 2 Apr 2016 13:46:11 -0700 Subject: [PATCH] updat versions --- README.md | 6 +++--- tools/README.footer.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 87b00fe..54a13b4 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ library | lastest version | category | LoC | description --------------------- | ---- | -------- | --- | -------------------------------- **stb_vorbis.c** | 1.08 | audio | 5395 | decode ogg vorbis files from file/memory to float/16-bit signed output **stb_image.h** | 2.11 | graphics | 6753 | image loading/decoding from file/memory: JPG, PNG, TGA, BMP, PSD, GIF, HDR, PIC -**stb_truetype.h** | 1.10 | graphics | 3262 | parse, decode, and rasterize characters from truetype fonts +**stb_truetype.h** | 1.11 | graphics | 3267 | parse, decode, and rasterize characters from truetype fonts **stb_image_write.h** | 1.02 | graphics | 1048 | image writing to disk: PNG, TGA, BMP **stb_image_resize.h** | 0.91 | graphics | 2578 | resize images larger/smaller with good quality **stb_rect_pack.h** | 0.08 | graphics | 572 | simple 2D rectangle packer with decent quality @@ -27,7 +27,7 @@ library | lastest version | category | LoC | description **stb_leakcheck.h** | 0.2 | misc | 124 | quick-and-dirty malloc/free leak-checking Total libraries: 18 -Total lines of C code: 46805 +Total lines of C code: 46810 FAQ @@ -99,7 +99,7 @@ No, they are just the initials for my name, Sean T. Barrett. This was not chosen out of egomania, but as a moderately sane way of namespacing the filenames and source function names. -#### Will you add more image types to stb_image.c? +#### Will you add more image types to stb_image.h? If people submit them, I generally add them, but the goal of stb_image is less for applications like image viewer apps (which need to support diff --git a/tools/README.footer.md b/tools/README.footer.md index e910267..b9a52bf 100644 --- a/tools/README.footer.md +++ b/tools/README.footer.md @@ -68,7 +68,7 @@ No, they are just the initials for my name, Sean T. Barrett. This was not chosen out of egomania, but as a moderately sane way of namespacing the filenames and source function names. -#### Will you add more image types to stb_image.c? +#### Will you add more image types to stb_image.h? If people submit them, I generally add them, but the goal of stb_image is less for applications like image viewer apps (which need to support