Skip to content

Commit

Permalink
Add compat for CImGui v4
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesWrigley committed Dec 19, 2024
1 parent ee4b718 commit 878a61e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "ImGuiTestEngine"
uuid = "464e2eba-0a11-4ed3-b274-413caa1a1cca"
authors = ["JamesWrigley <[email protected]>"]
version = "0.1.4"
version = "0.1.5"

[deps]
CImGui = "5d785b6c-b76f-510e-a07c-3070796c7e87"
Expand All @@ -13,7 +13,7 @@ ScopedValues = "7e506255-f358-4e82-b7e4-beb19740aa63"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
CImGui = "2,3"
CImGui = "2,3,4"
CImGuiPack_jll = "0.3,0.4,0.5,0.6,0.7"
Compat = "4.15.0"
CxxWrap = "0.16.0"
Expand Down

0 comments on commit 878a61e

Please sign in to comment.