Skip to content

Commit 42a6446

Browse files
committed
imgui: add 0.0.2 (imgui.app facade); 0.0.1 kept immutable
1 parent 732b5a4 commit 42a6446

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
@@ -17,18 +17,30 @@ package = {
1717
url = "https://github.com/mcpplibs/imgui-m/archive/refs/tags/0.0.1.tar.gz",
1818
sha256 = "168d1f9a2dfc3823d671385654823f7eba25f146d029ceeacfb19a84617af4a0",
1919
},
20+
["0.0.2"] = {
21+
url = "https://github.com/mcpplibs/imgui-m/archive/refs/tags/0.0.2.tar.gz",
22+
sha256 = "dd2199c76ea762fc2eb084967fa42953c8b876e076e41b57409f84b322e3161e",
23+
},
2024
},
2125
macosx = {
2226
["0.0.1"] = {
2327
url = "https://github.com/mcpplibs/imgui-m/archive/refs/tags/0.0.1.tar.gz",
2428
sha256 = "168d1f9a2dfc3823d671385654823f7eba25f146d029ceeacfb19a84617af4a0",
2529
},
30+
["0.0.2"] = {
31+
url = "https://github.com/mcpplibs/imgui-m/archive/refs/tags/0.0.2.tar.gz",
32+
sha256 = "dd2199c76ea762fc2eb084967fa42953c8b876e076e41b57409f84b322e3161e",
33+
},
2634
},
2735
windows = {
2836
["0.0.1"] = {
2937
url = "https://github.com/mcpplibs/imgui-m/archive/refs/tags/0.0.1.tar.gz",
3038
sha256 = "168d1f9a2dfc3823d671385654823f7eba25f146d029ceeacfb19a84617af4a0",
3139
},
40+
["0.0.2"] = {
41+
url = "https://github.com/mcpplibs/imgui-m/archive/refs/tags/0.0.2.tar.gz",
42+
sha256 = "dd2199c76ea762fc2eb084967fa42953c8b876e076e41b57409f84b322e3161e",
43+
},
3244
},
3345
},
3446

0 commit comments

Comments
 (0)