Skip to content

Commit

Permalink
New version: CImGui v3.0.0 (#115025)
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: ef61cb8915b6542cfc82355fa5a4e1a270b9ee64

Registrator tree SHA: 17aec322677d9b81cdd6b9b9236b09a3f1374c6a
  • Loading branch information
JuliaRegistrator authored Sep 11, 2024
1 parent 82cc43d commit 0fd076e
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 10 deletions.
13 changes: 10 additions & 3 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-2"]
["1.75.1-3"]
CSyntax = "0.4"

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

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

[2]
CImGuiPack_jll = "0.3"

[2-3]
julia = "1.9.0-1"

["2.3-2"]
["2.3-3"]
Printf = "1"
Statistics = "1"

[3]
CImGuiPack_jll = "0.5"
Compat = "4.16.0-4"
DocStringExtensions = "0.9.3-0.9"
12 changes: 8 additions & 4 deletions C/CImGui/Deps.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ GLFW = "f7f18e0c-5ee9-5ccd-a5bf-e8befd85ed98"
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
ModernGL = "66fc600b-dfda-50eb-8b99-91cfa97b1301"

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

["1.74-1.79"]
Expand All @@ -24,12 +24,16 @@ ImGuiOpenGLBackend = "9d0819b4-44e7-43a2-ad03-8fb999128168"
LibCImGui = "9be01004-c4f5-478b-abeb-cb32b114cf5e"
Preferences = "21216c6a-2e73-6563-6e65-726566657250"

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

[2]
[2-3]
CImGuiPack_jll = "333409e9-af72-5310-9767-d6ad21a76a05"

["2.3-2"]
["2.3-3"]
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"

[3]
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
3 changes: 3 additions & 0 deletions C/CImGui/Versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,6 @@ git-tree-sha1 = "9d6d1f1e03981504579087ba9092add9f2833c54"

["2.3.0"]
git-tree-sha1 = "de01adcbc906995368afe9af813a0d92c471061b"

["3.0.0"]
git-tree-sha1 = "ef61cb8915b6542cfc82355fa5a4e1a270b9ee64"
7 changes: 6 additions & 1 deletion C/CImGui/WeakCompat.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
["2.1-2"]
GLFW = "3"
GLMakie = "0.10.5-0.10"

["2.1-3"]
GLFW = "3"
ModernGL = "1"

[3]
GLMakie = "0.10.6-0.10"
4 changes: 2 additions & 2 deletions C/CImGui/WeakDeps.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[2]
[2-3]
GLFW = "f7f18e0c-5ee9-5ccd-a5bf-e8befd85ed98"
ModernGL = "66fc600b-dfda-50eb-8b99-91cfa97b1301"

["2.1-2"]
["2.1-3"]
GLMakie = "e9467ef8-e4e7-5192-8a1a-b1aee30e663a"

0 comments on commit 0fd076e

Please sign in to comment.