dear-imgui 2.1.0 → 2.1.1
raw patch · 2 files changed
+11/−1 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- ChangeLog.md +6/−0
- dear-imgui.cabal +5/−1
ChangeLog.md view
@@ -1,5 +1,9 @@ # Changelog for dear-imgui +## [2.1.1]++- Build flag fix for MacOS.+ ## [2.1.0] - `imgui` updated to [1.88].@@ -87,6 +91,8 @@ [1.4.0]: https://github.com/haskell-game/dear-imgui.hs/tree/v1.4.0 [1.5.0]: https://github.com/haskell-game/dear-imgui.hs/tree/v1.5.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.1]: https://github.com/haskell-game/dear-imgui.hs/tree/v2.1.1 [1.87]: https://github.com/ocornut/imgui/releases/tag/v1.87 [1.86]: https://github.com/ocornut/imgui/releases/tag/v1.86
dear-imgui.cabal view
@@ -1,7 +1,7 @@ cabal-version: 3.0 name: dear-imgui-version: 2.1.0+version: 2.1.1 author: Oliver Charles maintainer: ollie@ocharles.org.uk, aenor.realm@gmail.com license: BSD-3-Clause@@ -184,6 +184,10 @@ , unliftio , vector , text++ if os(darwin)+ ghc-options:+ -optcxx-std=c++11 if flag(disable-obsolete) cxx-options: -DIMGUI_DISABLE_OBSOLETE_FUNCTIONS