diff --git a/README.md b/README.md index 227da663..6ec22ac3 100644 --- a/README.md +++ b/README.md @@ -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++