From ca3b8d74263aae9d6299166b3f4b6864df95f79a Mon Sep 17 00:00:00 2001 From: Sean Barrett Date: Mon, 5 Dec 2016 04:19:53 -0800 Subject: [PATCH] add credits to readme --- README.md | 4 ++++ stb_sprintf.h | 2 -- tools/README.header.md | 4 ++++ 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index df79931..bb2b31c 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,10 @@ stb single-file public domain libraries for C/C++ +Most libraries by stb, except: stb_dxt by Fabian "ryg" Giesen, stb_image_resize +by Jorge L. "VinoBS" Rodriguez, and stb_sprintf by Jeff Roberts. + + library | lastest version | category | LoC | description --------------------- | ---- | -------- | --- | -------------------------------- **[stb_vorbis.c](stb_vorbis.c)** | 1.09 | audio | 5399 | decode ogg vorbis files from file/memory to float/16-bit signed output diff --git a/stb_sprintf.h b/stb_sprintf.h index 4be7b14..23de7e4 100644 --- a/stb_sprintf.h +++ b/stb_sprintf.h @@ -5,8 +5,6 @@ // allowed types: sc uidBboXx p AaGgEef n // lengths : h ll j z t I64 I32 I - - #ifndef STB_SPRINTF_H_INCLUDE #define STB_SPRINTF_H_INCLUDE diff --git a/tools/README.header.md b/tools/README.header.md index 71e765b..847fe62 100644 --- a/tools/README.header.md +++ b/tools/README.header.md @@ -3,5 +3,9 @@ stb single-file public domain libraries for C/C++ +Most libraries by stb, except: stb_dxt by Fabian "ryg" Giesen, stb_image_resize +by Jorge L. "VinoBS" Rodriguez, and stb_sprintf by Jeff Roberts. + + library | lastest version | category | LoC | description --------------------- | ---- | -------- | --- | --------------------------------