imgui_freetype: add FreeType headers & compiled version number in the 'About Dear ImGui' user facing string.

This commit is contained in:
ocornut
2026-04-07 17:17:20 +02:00
parent 49df3116bc
commit 7cb0baeb77
2 changed files with 24 additions and 12 deletions
+2
View File
@@ -46,6 +46,8 @@ Other Changes:
- InputText:
- InputTextMultiline: fixed an issue processing deactivation logic when an active
multi-line edit is clipped due to being out of view.
- Fonts:
- imgui_freetype: add FreeType headers & compiled version in 'About Dear ImGui' details.
- Backends:
- Metal: avoid redundant vertex buffer bind in SetupRenderState, which leads
to validation issue. (#9343) [@Hunam6]