diff options
| author | Stuart Adams <stuartdadams@gmail.com> | 2021-06-21 17:48:17 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-21 17:48:17 +0100 |
| commit | 91828efee15d9318c790bcce25f5d5959ba588c5 (patch) | |
| tree | 5a51b68f27a7cdf169667da27866b21fc741d5b4 /README.md | |
| parent | bf663b04e3e65cd7d2f741529a82f32a25034cad (diff) | |
Updated README.md to add link to sokol_color.h
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -49,6 +49,7 @@ useful details for integrating the Sokol headers into your own project with your - [**sokol\_debugtext.h**](https://github.com/floooh/sokol/blob/master/util/sokol_debugtext.h): a simple text renderer using vintage home computer fonts - [**sokol\_memtrack.h**](https://github.com/floooh/sokol/blob/master/util/sokol_memtrack.h): easily track memory allocations in sokol headers - [**sokol\_shape.h**](https://github.com/floooh/sokol/blob/master/util/sokol_shape.h): generate simple shapes and plug them into sokol-gfx resource creation structs +- [**sokol\_color.h**](https://github.com/floooh/sokol/blob/master/util/sokol_color.h): X11 style color constants and functions for creating sg_color objects ## Notes |