Browse Source

fix reversed column headers

Sean Barrett 10 năm trước cách đây
mục cha
commit
3c2090565d
2 tập tin đã thay đổi với 4 bổ sung4 xóa
  1. 2 2
      README.md
  2. 2 2
      tools/README.header.md

+ 2 - 2
README.md

@@ -3,8 +3,8 @@ stb
 
 
 single-file public domain libraries for C/C++
 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_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_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
 **stb_truetype.h** | 1.03 | graphics | 2629 | parse, decode, and rasterize characters from truetype fonts

+ 2 - 2
tools/README.header.md

@@ -3,5 +3,5 @@ stb
 
 
 single-file public domain libraries for C/C++
 single-file public domain libraries for C/C++
 
 
-library    | lastest version | Lines Of Code | category | description
---------------------- | ---- | --------------| -------- | --------------------------------
+library    | lastest version | category | Lines Of Code | description
+--------------------- | ---- | -------- | ------------- | --------------------------------