Skip to content

Commit bc6406d

Browse files
authored
Add more widgets (#208)
1 parent aded438 commit bc6406d

File tree

7 files changed

+1216
-24
lines changed

7 files changed

+1216
-24
lines changed

ChangeLog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
+ Added `ImGui_ImplVulkan_DestroyFontsTexture`, but it shouldn't be needed as it is called from impl internals.
1010
* Breaking: ImplVulkan moved RenderPass into InitInfo structure.
1111
+ Breaking: Haskell API is now using `Either RenderPass RenderingPipelineCreateInfo` to switch between RP/dynamic rendering.
12+
- Added lots of missing widgets and their wrappers.
13+
- Breaking: a few functions in `DearImGui` switched away from using CFloat/CBool wrappers.
1214

1315
## [2.2.1]
1416

dear-imgui.cabal

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ library
162162
DearImGui.FontAtlas
163163
DearImGui.Internal.Text
164164
DearImGui.Raw
165+
DearImGui.Raw.DragDrop
165166
DearImGui.Raw.DrawList
166167
DearImGui.Raw.Font
167168
DearImGui.Raw.Font.Config

0 commit comments

Comments
 (0)