Skip to content

Commit 31557b0

Browse files
authored
Prepare v2.2.1 (#206)
1 parent 1aab168 commit 31557b0

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

ChangeLog.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog for dear-imgui
22

3+
## [2.2.1]
4+
5+
- Added `DearImGui.SDL.Renderer` backend and `sdlrenderer` example.
6+
- Added `DearImgui.withCloseableWindow`.
7+
- Added `DearImgui.Raw.framerate`.
8+
- Added dynamic rendering and color attachment format options for `DearImGui.Vulkan` backend.
9+
- Fixed Windows builds by using `system-cxx-std-lib` for GHC>=9.4.
10+
311
## [2.2.0]
412

513
- `imgui` updated to [1.89.9].
@@ -116,6 +124,7 @@ Initial Hackage release based on [1.83].
116124
[2.1.2]: https://github.com/haskell-game/dear-imgui.hs/tree/v2.1.2
117125
[2.1.3]: https://github.com/haskell-game/dear-imgui.hs/tree/v2.1.3
118126
[2.2.0]: https://github.com/haskell-game/dear-imgui.hs/tree/v2.2.0
127+
[2.2.1]: https://github.com/haskell-game/dear-imgui.hs/tree/v2.2.1
119128

120129
[1.89.9]: https://github.com/ocornut/imgui/releases/tag/v1.89.9
121130
[1.87]: https://github.com/ocornut/imgui/releases/tag/v1.87

cabal.project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
packages: *.cabal
22
package dear-imgui
3-
flags: +sdl +glfw +opengl2 +opengl3 +vulkan +examples
3+
flags: +sdl +sdl-renderer +glfw +opengl2 +opengl3 +vulkan +examples
44
ghc-options: -Wall -Wcompat -fno-warn-unused-do-bind

dear-imgui.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cabal-version: 3.0
22

33
name: dear-imgui
4-
version: 2.2.0
4+
version: 2.2.1
55
author: Oliver Charles
66
77
license: BSD-3-Clause

0 commit comments

Comments
 (0)