Skip to content

Commit 9ae20f3

Browse files
compat.imgui: add 1.92.8-docking (upstream docking branch tag) (#36)
Same mcpp build segment (glob sources); enables imgui-m's 'docking' feature. 1.92.8 (master) untouched. Co-authored-by: sunrisepeak <x.d2learn.org@gmail.com>
1 parent 76d625d commit 9ae20f3

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

pkgs/c/compat.imgui.lua

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,30 @@ package = {
1313
url = "https://github.com/ocornut/imgui/archive/refs/tags/v1.92.8.tar.gz",
1414
sha256 = "fecb33d33930e12ff53a34064e9d3a06c8f7c3e04408f14cd36c80e3faac863b",
1515
},
16+
["1.92.8-docking"] = {
17+
url = "https://github.com/ocornut/imgui/archive/refs/tags/v1.92.8-docking.tar.gz",
18+
sha256 = "ca0653454ed371b7a87e9b0bc29a5d15c9be7f7c0fbe778042fc48c71df1d3d8",
19+
},
1620
},
1721
macosx = {
1822
["1.92.8"] = {
1923
url = "https://github.com/ocornut/imgui/archive/refs/tags/v1.92.8.tar.gz",
2024
sha256 = "fecb33d33930e12ff53a34064e9d3a06c8f7c3e04408f14cd36c80e3faac863b",
2125
},
26+
["1.92.8-docking"] = {
27+
url = "https://github.com/ocornut/imgui/archive/refs/tags/v1.92.8-docking.tar.gz",
28+
sha256 = "ca0653454ed371b7a87e9b0bc29a5d15c9be7f7c0fbe778042fc48c71df1d3d8",
29+
},
2230
},
2331
windows = {
2432
["1.92.8"] = {
2533
url = "https://github.com/ocornut/imgui/archive/refs/tags/v1.92.8.tar.gz",
2634
sha256 = "fecb33d33930e12ff53a34064e9d3a06c8f7c3e04408f14cd36c80e3faac863b",
2735
},
36+
["1.92.8-docking"] = {
37+
url = "https://github.com/ocornut/imgui/archive/refs/tags/v1.92.8-docking.tar.gz",
38+
sha256 = "ca0653454ed371b7a87e9b0bc29a5d15c9be7f7c0fbe778042fc48c71df1d3d8",
39+
},
2840
},
2941
},
3042

0 commit comments

Comments
 (0)