Duckstation/dep/imgui/src
Stenzek 323c297fed
dep/imgui: Don't copy the font data on building
For the CJK and SVG fonts, this is a **considerable** memory allocation
and copy, up to 20MB+. We really don't want to be doing this
unnecessarily, since we keep the buffer around anyway.
2024-08-26 00:26:24 +10:00
..
imgui.cpp dep/imgui: Use stb_sprintf 2024-08-26 00:16:38 +10:00
imgui_demo.cpp dep/imgui: Bump to v1.91.0 2024-08-25 18:22:43 +10:00
imgui_draw.cpp dep/imgui: Don't copy the font data on building 2024-08-26 00:26:24 +10:00
imgui_freetype.cpp ImGui: Enable lunasvg 2024-08-25 21:17:22 +10:00
imgui_stdlib.cpp dep/imgui: Update to v1.90.1 2024-01-19 21:22:26 +10:00
imgui_tables.cpp dep/imgui: Bump to v1.91.0 2024-08-25 18:22:43 +10:00
imgui_widgets.cpp dep/imgui: Bump to v1.91.0 2024-08-25 18:22:43 +10:00
imstb_rectpack.h dep: Update imgui to v1.88 2022-07-21 17:29:58 +10:00
imstb_truetype.h dep/imgui: Bump to v1.91.0 2024-08-25 18:22:43 +10:00
stb_sprintf.h dep/imgui: Use stb_sprintf 2024-08-26 00:16:38 +10:00