Skip to content

Commit

Permalink
Add more widgets (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpwiz authored Jul 19, 2024
1 parent aded438 commit bc6406d
Show file tree
Hide file tree
Showing 7 changed files with 1,216 additions and 24 deletions.
2 changes: 2 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
+ Added `ImGui_ImplVulkan_DestroyFontsTexture`, but it shouldn't be needed as it is called from impl internals.
* Breaking: ImplVulkan moved RenderPass into InitInfo structure.
+ Breaking: Haskell API is now using `Either RenderPass RenderingPipelineCreateInfo` to switch between RP/dynamic rendering.
- Added lots of missing widgets and their wrappers.
- Breaking: a few functions in `DearImGui` switched away from using CFloat/CBool wrappers.

## [2.2.1]

Expand Down
1 change: 1 addition & 0 deletions dear-imgui.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ library
DearImGui.FontAtlas
DearImGui.Internal.Text
DearImGui.Raw
DearImGui.Raw.DragDrop
DearImGui.Raw.DrawList
DearImGui.Raw.Font
DearImGui.Raw.Font.Config
Expand Down
Loading

0 comments on commit bc6406d

Please sign in to comment.