mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-24 20:08:31 +00:00
changelog
This commit is contained in:
parent
d15b97d70f
commit
79a277aebc
@ -38,6 +38,9 @@
|
|||||||
|
|
||||||
- The `io.config_windows_memory_compact_timer` flag has been renamed to `io.config_memory_compact_timer`. This follows the similar rename in the C++ ImGui, and was done because it no longer only applies to window memory usage.
|
- The `io.config_windows_memory_compact_timer` flag has been renamed to `io.config_memory_compact_timer`. This follows the similar rename in the C++ ImGui, and was done because it no longer only applies to window memory usage.
|
||||||
|
|
||||||
|
- The variants of `ColorEditInputMode` and `ColorEditDisplayMode` have been renamed to be CamelCase instead of upper case (e.g. `ColorEditFooMode::RGB` => `ColorEditFooMode::Rgb`).
|
||||||
|
- However, this change is probably not breaking (in practice if not in theory) because const aliases using the old names are provided.
|
||||||
|
|
||||||
## [0.6.1] - 2020-12-16
|
## [0.6.1] - 2020-12-16
|
||||||
|
|
||||||
- Support for winit 0.24.x
|
- Support for winit 0.24.x
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user