1
0
Fork 0
mirror of https://github.com/ocornut/imgui.git synced 2026-01-18 01:14:19 +00:00

Tools: binary_to_compressed_c: added -u8/-u32/-base85 export options.

This commit is contained in:
ocornut 2024-11-20 14:32:44 +01:00
parent d0e870aad2
commit 551b6c4d66
3 changed files with 37 additions and 21 deletions

View file

@ -56,6 +56,7 @@ Other changes:
- Misc: changed embedded ProggyClean encoding to save a bit of binary space (~12kb to 9.5kb).
- Misc: added IMGUI_DISABLE_DEFAULT_FONT to strip embedded font from binary. (#8161)
[@demonese]
- Tools: binary_to_compressed_c: added -u8/-u32/-base85 export options.
- Demo: example tree used by Property Editor & Selection demos properly freed
on application closure. (#8158) [@Legulysse]
- Examples: Win32+DX12: Using a basic free-list allocator to manage multiple