diff options
| author | Andre Weissflog <floooh@gmail.com> | 2020-11-17 20:00:42 +0100 |
|---|---|---|
| committer | Andre Weissflog <floooh@gmail.com> | 2020-11-17 20:00:42 +0100 |
| commit | 18dd8787124118a19c7b7cf23149c4145dd03590 (patch) | |
| tree | 7b1d81b436998e16bb97ac69d8202cee9048883b | |
| parent | 4669486811dd38d8bbc1b03278fa1cbacfe870c8 (diff) | |
minor readme tweak
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,7 +37,7 @@ Tiny 8-bit emulators: https://floooh.github.io/tiny8bit/ - [**sokol\_gfx\_imgui.h**](https://github.com/floooh/sokol/blob/master/util/sokol_gfx_imgui.h): debug-inspection UI for sokol_gfx.h (implemented with Dear ImGui) - [**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 shape geometries and plug them into sokol-gfx creation structs +- [**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 ## Notes |