mirror of
https://github.com/Drezil/dear-imgui.hs.git
synced 2025-07-12 07:49:56 +02:00
Fix the text fix and prepare 2.1.3 (#167)
This commit is contained in:
committed by
GitHub
parent
68e30d98ad
commit
9bb66f0113
@ -1,5 +1,11 @@
|
||||
# Changelog for dear-imgui
|
||||
|
||||
## [2.1.3]
|
||||
|
||||
- Fixed off-by-1 in internal Text wrapper.
|
||||
- Fixed sliderFloat* Raw calls
|
||||
- Added `formatPtr` to Raw.dragFloat* and Raw.sliderFloat*
|
||||
|
||||
## [2.1.2]
|
||||
|
||||
- Fixed glfw example build flags.
|
||||
@ -100,6 +106,7 @@ Initial Hackage release based on [1.83].
|
||||
[2.1.0]: https://github.com/haskell-game/dear-imgui.hs/tree/v2.1.0
|
||||
[2.1.1]: https://github.com/haskell-game/dear-imgui.hs/tree/v2.1.1
|
||||
[2.1.2]: https://github.com/haskell-game/dear-imgui.hs/tree/v2.1.2
|
||||
[2.1.3]: https://github.com/haskell-game/dear-imgui.hs/tree/v2.1.3
|
||||
|
||||
[1.87]: https://github.com/ocornut/imgui/releases/tag/v1.87
|
||||
[1.86]: https://github.com/ocornut/imgui/releases/tag/v1.86
|
||||
|
Reference in New Issue
Block a user