diff --git a/README.md b/README.md index 8c0b594..356c499 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,8 @@ stb single-file public domain libraries for C/C++ -library | lastest version | Lines Of Code | category | description ---------------------- | ---- | --------------| -------- | -------------------------------- +library | lastest version | category | Lines Of Code | description +--------------------- | ---- | -------- | ------------- | -------------------------------- **stb_vorbis.c** | 1.04 | audio | 5443 | decode ogg vorbis files from file/memory to float/16-bit signed output **stb_image.h** | 2.03 | graphics | 6426 | image loading/decoding from file/memory: JPG, PNG, TGA, BMP, PSD, GIF, HDR, PIC **stb_truetype.h** | 1.03 | graphics | 2629 | parse, decode, and rasterize characters from truetype fonts diff --git a/tools/README.header.md b/tools/README.header.md index 41135cf..47678ea 100644 --- a/tools/README.header.md +++ b/tools/README.header.md @@ -3,5 +3,5 @@ stb single-file public domain libraries for C/C++ -library | lastest version | Lines Of Code | category | description ---------------------- | ---- | --------------| -------- | -------------------------------- +library | lastest version | category | Lines Of Code | description +--------------------- | ---- | -------- | ------------- | --------------------------------