mirror of
https://github.com/Drezil/dear-imgui.hs.git
synced 2024-11-22 08:56:59 +00:00
Prepare v2.1.2 (#162)
This commit is contained in:
parent
48486ee8c2
commit
cd99938f97
@ -1,5 +1,11 @@
|
|||||||
# Changelog for dear-imgui
|
# Changelog for dear-imgui
|
||||||
|
|
||||||
|
## [2.1.2]
|
||||||
|
|
||||||
|
- Fixed glfw example build flags.
|
||||||
|
- Added `plotLines`.
|
||||||
|
- Added `setNextItemOpen`.
|
||||||
|
|
||||||
## [2.1.1]
|
## [2.1.1]
|
||||||
|
|
||||||
- Build flag fix for MacOS.
|
- Build flag fix for MacOS.
|
||||||
@ -93,6 +99,7 @@ Initial Hackage release based on [1.83].
|
|||||||
[2.0.0]: https://github.com/haskell-game/dear-imgui.hs/tree/v2.0.0
|
[2.0.0]: https://github.com/haskell-game/dear-imgui.hs/tree/v2.0.0
|
||||||
[2.1.0]: https://github.com/haskell-game/dear-imgui.hs/tree/v2.1.0
|
[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.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
|
||||||
|
|
||||||
[1.87]: https://github.com/ocornut/imgui/releases/tag/v1.87
|
[1.87]: https://github.com/ocornut/imgui/releases/tag/v1.87
|
||||||
[1.86]: https://github.com/ocornut/imgui/releases/tag/v1.86
|
[1.86]: https://github.com/ocornut/imgui/releases/tag/v1.86
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
cabal-version: 3.0
|
cabal-version: 3.0
|
||||||
|
|
||||||
name: dear-imgui
|
name: dear-imgui
|
||||||
version: 2.1.1
|
version: 2.1.2
|
||||||
author: Oliver Charles
|
author: Oliver Charles
|
||||||
maintainer: ollie@ocharles.org.uk, aenor.realm@gmail.com
|
maintainer: ollie@ocharles.org.uk, aenor.realm@gmail.com
|
||||||
license: BSD-3-Clause
|
license: BSD-3-Clause
|
||||||
|
Loading…
Reference in New Issue
Block a user