Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RandyGaul authored Mar 10, 2019
1 parent 07a4078 commit 4f62fa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Various single-file cross-platform C/C++ headers implementing self-contained lib
**[cute_sid](cute_sid.h)** | Compile time string hashing via preprocessing; turns strings into integers | 1.0 | C/C++
**[cute_math](cute_math.h)** | Professional level 3D vector math via SIMD intrinsics | 1.01 | C++
**[cute_png](cute_png.h)** | load/save PNG, texture atlas compiler, DEFLATE compliant decompressor | 1.03 | C/C++
**[cute_gl](cute_gl.h)** | OpenGL ES 3.0+ wrapper with carefully designed API to foster fast iteration | 1.02 | C/C++
**[cute_gl](cute_gl.h)** | OpenGL 3.2 wrapper with carefully designed API to foster fast iteration | 1.02 | C/C++
**[cute_utf](cute_utf.h)** | utf-8 and utf-16 encoder/decoder | 1.0 | C/C++ | public domain
**[cute_huff](cute_huff.h)** | minimal static huffman encoder/decoder (compression) | 1.0 | C/C++ | zlib
**[cute_spheremesh](cute_spheremesh.h)** | Generates beautiful vertices (triangles) of a sphere | 1.0 | C/C++
Expand Down

0 comments on commit 4f62fa3

Please sign in to comment.