summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorAndre Weissflog <floooh@gmail.com>2019-08-26 18:38:38 +0200
committerAndre Weissflog <floooh@gmail.com>2019-08-26 18:38:38 +0200
commitb230888ca93514a3c06221ba301e69a1c70724e5 (patch)
tree15de76b78ec74a50c7e1389fa2b909beb0cfbd54 /util
parentb02f1e270745383ba19d83c414b1689b87df432c (diff)
mention sokol_fontstash.h in util/README.md
Diffstat (limited to 'util')
-rw-r--r--util/README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/util/README.md b/util/README.md
index ae87b9b2..49164c28 100644
--- a/util/README.md
+++ b/util/README.md
@@ -12,6 +12,8 @@ meaning you can create Dear ImGui UIs from C code
- **sokol_gfx_imgui.h**: a debug-inspection UI for sokol_gfx.h, this hooks into the sokol-gfx API and lets you inspect resource objects and captured API calls
- **sokol_gfx_cimgui.h**: same as sokol_gfx_imgui.h, but using [cimgui](https://github.com/cimgui/cimgui)
- **sokol_gl.h**: an OpenGL 1.x style immediate-mode rendering API
-in top of sokol-gfx
+on top of sokol_gfx.h
+- **sokol_fontstash.h**: a renderer for [fontstash.h](https://github.com/memononen/fontstash) on
+on top of sokol_gl.h
See the embedded header-documentation for build- and usage-details.