Skip to content

Commit 331c8c5

Browse files
imgui: add 0.0.3 (headless backend, platform-neutral contract) (#34)
Co-authored-by: sunrisepeak <x.d2learn.org@gmail.com>
1 parent 9ed18a6 commit 331c8c5

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
@@ -21,6 +21,10 @@ package = {
2121
url = "https://github.com/mcpplibs/imgui-m/archive/refs/tags/0.0.2.tar.gz",
2222
sha256 = "dd2199c76ea762fc2eb084967fa42953c8b876e076e41b57409f84b322e3161e",
2323
},
24+
["0.0.3"] = {
25+
url = "https://github.com/mcpplibs/imgui-m/archive/refs/tags/0.0.3.tar.gz",
26+
sha256 = "55bc5c557f5c803279f923e0335a788a6d6f57289b3c2e1a0dd0cc46414b3524",
27+
},
2428
},
2529
macosx = {
2630
["0.0.1"] = {
@@ -31,6 +35,10 @@ package = {
3135
url = "https://github.com/mcpplibs/imgui-m/archive/refs/tags/0.0.2.tar.gz",
3236
sha256 = "dd2199c76ea762fc2eb084967fa42953c8b876e076e41b57409f84b322e3161e",
3337
},
38+
["0.0.3"] = {
39+
url = "https://github.com/mcpplibs/imgui-m/archive/refs/tags/0.0.3.tar.gz",
40+
sha256 = "55bc5c557f5c803279f923e0335a788a6d6f57289b3c2e1a0dd0cc46414b3524",
41+
},
3442
},
3543
windows = {
3644
["0.0.1"] = {
@@ -41,6 +49,10 @@ package = {
4149
url = "https://github.com/mcpplibs/imgui-m/archive/refs/tags/0.0.2.tar.gz",
4250
sha256 = "dd2199c76ea762fc2eb084967fa42953c8b876e076e41b57409f84b322e3161e",
4351
},
52+
["0.0.3"] = {
53+
url = "https://github.com/mcpplibs/imgui-m/archive/refs/tags/0.0.3.tar.gz",
54+
sha256 = "55bc5c557f5c803279f923e0335a788a6d6f57289b3c2e1a0dd0cc46414b3524",
55+
},
4456
},
4557
},
4658

0 commit comments

Comments
 (0)