File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog for dear-imgui
2
2
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
+
3
11
## [ 2.2.0]
4
12
5
13
- ` imgui ` updated to [ 1.89.9] .
@@ -116,6 +124,7 @@ Initial Hackage release based on [1.83].
116
124
[ 2.1.2 ] : https://github.com/haskell-game/dear-imgui.hs/tree/v2.1.2
117
125
[ 2.1.3 ] : https://github.com/haskell-game/dear-imgui.hs/tree/v2.1.3
118
126
[ 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
119
128
120
129
[ 1.89.9 ] : https://github.com/ocornut/imgui/releases/tag/v1.89.9
121
130
[ 1.87 ] : https://github.com/ocornut/imgui/releases/tag/v1.87
Original file line number Diff line number Diff line change 1
1
packages : *.cabal
2
2
package dear-imgui
3
- flags : +sdl +glfw +opengl2 +opengl3 +vulkan +examples
3
+ flags : +sdl +sdl-renderer + glfw +opengl2 +opengl3 +vulkan +examples
4
4
ghc-options : -Wall -Wcompat -fno-warn-unused-do-bind
Original file line number Diff line number Diff line change 1
1
cabal-version : 3.0
2
2
3
3
name : dear-imgui
4
- version : 2.2.0
4
+ version : 2.2.1
5
5
author : Oliver Charles
6
6
7
7
license : BSD-3-Clause
You can’t perform that action at this time.
0 commit comments