We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb94341 commit 23efa7cCopy full SHA for 23efa7c
ChangeLog.md
@@ -6,7 +6,9 @@
6
7
## [1.2.1]
8
9
+- Added `DearImGui.Raw.DrawList` for drawing primitives.
10
- Added `DearImGui.Raw.IO` with attribute setters.
11
+- Added `DearImGui.Raw.ListClipper` for efficient list viewports.
12
13
## [1.2.0]
14
@@ -44,4 +46,6 @@ Initial Hackage release based on 1.83.
44
46
[1.0.2]: https://github.com/haskell-game/dear-imgui.hs/tree/v1.0.2
45
47
[1.1.0]: https://github.com/haskell-game/dear-imgui.hs/tree/v1.1.0
48
[1.2.0]: https://github.com/haskell-game/dear-imgui.hs/tree/v1.2.0
49
+[1.2.1]: https://github.com/haskell-game/dear-imgui.hs/tree/v1.2.1
50
+[1.2.2]: https://github.com/haskell-game/dear-imgui.hs/tree/v1.2.2
51
[1.3.0]: https://github.com/haskell-game/dear-imgui.hs/tree/v1.3.0
0 commit comments