File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog for dear-imgui
2
2
3
+ ## [ 1.4.0]
4
+
5
+ - ` imgui ` updated to [ 1.87] .
6
+ - Added ` DearImGui.Vulkan.vulkanAddTexture ` .
7
+ - Added ` DearImGui.GLFW.glfwCursorPosCallback ` .
8
+ * Apps that don't install backend callbacks, * must* call it themselves.
9
+ - Added flags ` use-wchar32 ` (default on) and ` disable-obsolete ` (default off).
10
+
3
11
## [ 1.3.1]
4
12
5
13
- ` imgui ` updated to [ 1.86] .
@@ -59,7 +67,9 @@ Initial Hackage release based on [1.83].
59
67
[ 1.2.2 ] : https://github.com/haskell-game/dear-imgui.hs/tree/v1.2.2
60
68
[ 1.3.0 ] : https://github.com/haskell-game/dear-imgui.hs/tree/v1.3.0
61
69
[ 1.3.1 ] : https://github.com/haskell-game/dear-imgui.hs/tree/v1.3.1
70
+ [ 1.4.0 ] : https://github.com/haskell-game/dear-imgui.hs/tree/v1.4.0
62
71
72
+ [ 1.87 ] : https://github.com/ocornut/imgui/releases/tag/v1.87
63
73
[ 1.86 ] : https://github.com/ocornut/imgui/releases/tag/v1.86
64
74
[ 1.85 ] : https://github.com/ocornut/imgui/releases/tag/v1.85
65
75
[ 1.84.2 ] : https://github.com/ocornut/imgui/releases/tag/v1.84.2
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 : 1.3.1
4
+ version : 1.4.0
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