Fonts: binary_to_compressed_c.cpp gained -nostatic option (#5021)

This allow to use added variables in other source files via extern declaration.
This commit is contained in:
Konstantin Podsvirov
2022-02-15 22:16:55 +03:00
committed by ocornut
parent 8d3906365d
commit 7ff41a78f9
2 changed files with 13 additions and 9 deletions

View File

@ -41,6 +41,7 @@ Other Changes:
- Stack Tool: Added option to copy item path to clipboard. (#4631)
- Misc: Added constexpr to ImVec2/ImVec4 inline constructors. (#4995) [@Myriachan]
- Misc: binary_to_compressed_c tool: Added -nostatic option. (#5021) [@podsvirov]
- ImVector: Fixed erase() with empty range. (#5009) [@thedmd]
- Drawlist: Fixed PathArcTo() emitting terminating vertices too close to arc vertices. (#4993) [@thedmd]