Skip to content

Commit 7ea2659

Browse files
authored
imgui: add 0.0.6 (project templates) (#39)
1 parent d19dd9e commit 7ea2659

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
@@ -33,6 +33,10 @@ package = {
3333
url = "https://github.com/mcpplibs/imgui-m/archive/refs/tags/0.0.5.tar.gz",
3434
sha256 = "6b729104166b8dd0db5c6d5018ffcd24c0df6a9fc0e4381f1f8151c22724bed6",
3535
},
36+
["0.0.6"] = {
37+
url = "https://github.com/mcpplibs/imgui-m/archive/refs/tags/0.0.6.tar.gz",
38+
sha256 = "25780adb69fb5080b2dbd9a26ff007fc0751301544e0e6fb467d674091bbf071",
39+
},
3640
},
3741
macosx = {
3842
["0.0.1"] = {
@@ -55,6 +59,10 @@ package = {
5559
url = "https://github.com/mcpplibs/imgui-m/archive/refs/tags/0.0.5.tar.gz",
5660
sha256 = "6b729104166b8dd0db5c6d5018ffcd24c0df6a9fc0e4381f1f8151c22724bed6",
5761
},
62+
["0.0.6"] = {
63+
url = "https://github.com/mcpplibs/imgui-m/archive/refs/tags/0.0.6.tar.gz",
64+
sha256 = "25780adb69fb5080b2dbd9a26ff007fc0751301544e0e6fb467d674091bbf071",
65+
},
5866
},
5967
windows = {
6068
["0.0.1"] = {
@@ -77,6 +85,10 @@ package = {
7785
url = "https://github.com/mcpplibs/imgui-m/archive/refs/tags/0.0.5.tar.gz",
7886
sha256 = "6b729104166b8dd0db5c6d5018ffcd24c0df6a9fc0e4381f1f8151c22724bed6",
7987
},
88+
["0.0.6"] = {
89+
url = "https://github.com/mcpplibs/imgui-m/archive/refs/tags/0.0.6.tar.gz",
90+
sha256 = "25780adb69fb5080b2dbd9a26ff007fc0751301544e0e6fb467d674091bbf071",
91+
},
8092
},
8193
},
8294

0 commit comments

Comments
 (0)