Skip to content

Commit

Permalink
CompatHelper: bump compat for CEnum to 0.5, (keep existing compat)
Browse files Browse the repository at this point in the history
  • Loading branch information
CompatHelper Julia committed Oct 12, 2023
1 parent 4e10af9 commit 9ff42f7
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
Expand Up @@ -13,7 +13,7 @@ LibCImGui = "9be01004-c4f5-478b-abeb-cb32b114cf5e"
Preferences = "21216c6a-2e73-6563-6e65-726566657250"

[compat]
CEnum = "0.4"
CEnum = "0.4, 0.5"
CSyntax = "0.4"
ImGuiGLFWBackend = "0.1, 0.2"
ImGuiOpenGL2Backend = "0.1"
Expand All @@ -27,4 +27,4 @@ Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Printf","Test"]
test = ["Printf", "Test"]

0 comments on commit 9ff42f7

Please sign in to comment.