Skip to content

Commit

Permalink
New version: CImGui v2.0.0
Browse files Browse the repository at this point in the history
UUID: 5d785b6c-b76f-510e-a07c-3070796c7e87
Repo: https://github.com/Gnimuc/CImGui.jl.git
Tree: 41b486829af11ce37b35b17ed1cc9d65a57c561a

Registrator tree SHA: 17aec322677d9b81cdd6b9b9236b09a3f1374c6a
  • Loading branch information
JuliaRegistrator committed Jun 27, 2024
1 parent da91779 commit 17ae21c
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 6 deletions.
8 changes: 6 additions & 2 deletions C/CImGui/Compat.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ CSyntax = "0.3"
["1.75"]
CImGui_jll = "1.75"

["1.75.1-1"]
["1.75.1-2"]
CSyntax = "0.4"

["1.76"]
Expand Down Expand Up @@ -80,5 +80,9 @@ ImGuiGLFWBackend = "0.2"
ImGuiOpenGLBackend = "0.2"
LibCImGui = "1.89"

["1.89.1-1"]
["1.89.1-2"]
CEnum = "0.4-0.5"

[2]
CImGuiPack_jll = "0.3"
julia = "1.9.0-1"
13 changes: 9 additions & 4 deletions C/CImGui/Deps.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
[1]
CSyntax = "ea656a56-6ca6-5dda-bba5-7b6963a5f74c"

["1-1.69.0"]
Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Expand All @@ -14,13 +11,21 @@ GLFW = "f7f18e0c-5ee9-5ccd-a5bf-e8befd85ed98"
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
ModernGL = "66fc600b-dfda-50eb-8b99-91cfa97b1301"

[1-2]
CSyntax = "ea656a56-6ca6-5dda-bba5-7b6963a5f74c"

["1.74-1.79"]
CImGui_jll = "7dd61d3b-0da5-5c94-bbf9-a0296c6e3925"

["1.82-1"]
CEnum = "fa961155-64e5-5f13-b03f-caf6b980ea82"
ImGuiGLFWBackend = "623d79b3-9695-4e60-bd7e-2a5aabaa6933"
ImGuiOpenGL2Backend = "c105bd9b-9289-4129-acf4-4c081b46d160"
ImGuiOpenGLBackend = "9d0819b4-44e7-43a2-ad03-8fb999128168"
LibCImGui = "9be01004-c4f5-478b-abeb-cb32b114cf5e"
Preferences = "21216c6a-2e73-6563-6e65-726566657250"

["1.82-2"]
CEnum = "fa961155-64e5-5f13-b03f-caf6b980ea82"

[2]
CImGuiPack_jll = "333409e9-af72-5310-9767-d6ad21a76a05"
3 changes: 3 additions & 0 deletions C/CImGui/Versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,6 @@ git-tree-sha1 = "4b3a4f04f1f635722c5b417a5d3f0b87e6d402de"

["1.89.1"]
git-tree-sha1 = "27d5ade194c649dfcc11e34e95c9b2ab218fab82"

["2.0.0"]
git-tree-sha1 = "41b486829af11ce37b35b17ed1cc9d65a57c561a"
3 changes: 3 additions & 0 deletions C/CImGui/WeakDeps.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[2]
GLFW = "f7f18e0c-5ee9-5ccd-a5bf-e8befd85ed98"
ModernGL = "66fc600b-dfda-50eb-8b99-91cfa97b1301"

0 comments on commit 17ae21c

Please sign in to comment.