From 656f3c87e9918758f5f572cc25df174c8c934ab1 Mon Sep 17 00:00:00 2001 From: IC Rainbow Date: Wed, 19 Jun 2024 17:32:24 +0300 Subject: [PATCH] Prepare v2.2.1 --- ChangeLog.md | 9 +++++++++ cabal.project | 2 +- dear-imgui.cabal | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 6874f6d..209e54b 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,13 @@ # Changelog for dear-imgui +## [2.2.1] + +- Added `DearImGui.SDL.Renderer` backend and `sdlrenderer` example. +- Added `DearImgui.withCloseableWindow`. +- Added `DearImgui.Raw.framerate`. +- Added dynamic rendering and color attachment format options for `DearImGui.Vulkan` backend. +- Fixed Windows builds by using `system-cxx-std-lib` for GHC>=9.4. + ## [2.2.0] - `imgui` updated to [1.89.9]. @@ -116,6 +124,7 @@ Initial Hackage release based on [1.83]. [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 [2.2.0]: https://github.com/haskell-game/dear-imgui.hs/tree/v2.2.0 +[2.2.1]: https://github.com/haskell-game/dear-imgui.hs/tree/v2.2.1 [1.89.9]: https://github.com/ocornut/imgui/releases/tag/v1.89.9 [1.87]: https://github.com/ocornut/imgui/releases/tag/v1.87 diff --git a/cabal.project b/cabal.project index 23b5b96..d5aee0e 100644 --- a/cabal.project +++ b/cabal.project @@ -1,4 +1,4 @@ packages: *.cabal package dear-imgui - flags: +sdl +glfw +opengl2 +opengl3 +vulkan +examples + flags: +sdl +sdl-renderer +glfw +opengl2 +opengl3 +vulkan +examples ghc-options: -Wall -Wcompat -fno-warn-unused-do-bind diff --git a/dear-imgui.cabal b/dear-imgui.cabal index c9aa484..c2e2112 100644 --- a/dear-imgui.cabal +++ b/dear-imgui.cabal @@ -1,7 +1,7 @@ cabal-version: 3.0 name: dear-imgui -version: 2.2.0 +version: 2.2.1 author: Oliver Charles maintainer: ollie@ocharles.org.uk, aenor.realm@gmail.com license: BSD-3-Clause