1
0
Fork 0
mirror of https://github.com/ocornut/imgui.git synced 2026-01-11 00:04:24 +00:00

Version 1.74

This commit is contained in:
omar 2019-11-25 18:38:53 +01:00
parent 26d177bc03
commit bdce833636
10 changed files with 17 additions and 19 deletions

View file

@ -1,4 +1,5 @@
// ImGui - binary_to_compressed_c.cpp
// dear imgui
// (binary_to_compressed_c.cpp)
// Helper tool to turn a file into a C array, if you want to embed font data in your source code.
// The data is first compressed with stb_compress() to reduce source code size,