diff options
-rwxr-xr-x | main.c | 24 |
1 files changed, 0 insertions, 24 deletions
@@ -833,30 +833,6 @@ static Doc docs[NUM_DOCS] = { .text = "stb", .href = "https://github.com/nothings/stb", }, { - .text = ", ", - }, { - .type = TAG_CODE, - .text = "sokol", - .href = "https://github.com/floooh/sokol", - }, { - .text = ", ", - }, { - .type = TAG_CODE, - .text = "nanovg", - .href = "https://github.com/memononen/nanovg", - }, { - .text = ", ", - }, { - .type = TAG_CODE, - .text = "miniaudio", - .href = "https://github.com/mackron/miniaudio", - }, { - .text = ", ", - }, { - .type = TAG_CODE, - .text = "gf", - .href = "https://github.com/nakst/gf", - }, { .text = " <br>", }, { .type = TAG_CAPTION, |