Skip to content

Commit d19dd9e

Browse files
imgui: add 0.0.5 (viewports + docking-full) (#38)
Co-authored-by: sunrisepeak <x.d2learn.org@gmail.com>
1 parent 73d176d commit d19dd9e

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

pkgs/i/imgui.lua

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ package = {
2929
url = "https://github.com/mcpplibs/imgui-m/archive/refs/tags/0.0.4.tar.gz",
3030
sha256 = "d10f7794225de45167e0ff88cb37532ae8a4f00d145fcdaa58fe19702467bc44",
3131
},
32+
["0.0.5"] = {
33+
url = "https://github.com/mcpplibs/imgui-m/archive/refs/tags/0.0.5.tar.gz",
34+
sha256 = "6b729104166b8dd0db5c6d5018ffcd24c0df6a9fc0e4381f1f8151c22724bed6",
35+
},
3236
},
3337
macosx = {
3438
["0.0.1"] = {
@@ -47,6 +51,10 @@ package = {
4751
url = "https://github.com/mcpplibs/imgui-m/archive/refs/tags/0.0.4.tar.gz",
4852
sha256 = "d10f7794225de45167e0ff88cb37532ae8a4f00d145fcdaa58fe19702467bc44",
4953
},
54+
["0.0.5"] = {
55+
url = "https://github.com/mcpplibs/imgui-m/archive/refs/tags/0.0.5.tar.gz",
56+
sha256 = "6b729104166b8dd0db5c6d5018ffcd24c0df6a9fc0e4381f1f8151c22724bed6",
57+
},
5058
},
5159
windows = {
5260
["0.0.1"] = {
@@ -65,6 +73,10 @@ package = {
6573
url = "https://github.com/mcpplibs/imgui-m/archive/refs/tags/0.0.4.tar.gz",
6674
sha256 = "d10f7794225de45167e0ff88cb37532ae8a4f00d145fcdaa58fe19702467bc44",
6775
},
76+
["0.0.5"] = {
77+
url = "https://github.com/mcpplibs/imgui-m/archive/refs/tags/0.0.5.tar.gz",
78+
sha256 = "6b729104166b8dd0db5c6d5018ffcd24c0df6a9fc0e4381f1f8151c22724bed6",
79+
},
6880
},
6981
},
7082

0 commit comments

Comments
 (0)