Skip to content

Commit 2eb14e9

Browse files
committed
downgrade imgui to v1.92.2b-docking
The ImGui glfw backend has introduced a link time dependency on x11. See ocornut/imgui#9109
1 parent cdbd2bf commit 2eb14e9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

build.zig.zon

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@
6666
.hash = "N-V-__8AAEi9BgBKV3vzD6pzRAbfs1f7lNp1wsrArxR79lx6",
6767
},
6868
.imgui = .{ // Dear ImGui: Bloat-free Graphical User interface
69-
.url = "git+https://github.com/ocornut/imgui.git?ref=v1.92.5-docking#3912b3d9a9c1b3f17431aebafd86d2f40ee6e59c",
70-
.hash = "N-V-__8AAAu4fQBE-TxAn-Lk6rxPToxAGnzeIiKtzHNTeoai",
69+
.url = "git+https://github.com/ocornut/imgui.git?ref=v1.92.2b-docking#1f7f1f54af38b0350d8c0008b096a9af6de299c7",
70+
.hash = "N-V-__8AALA2eQDNs-xONPoEpq-tvOh-3J0shaP2kjA5bck0",
7171
},
7272
.base64 = .{ // Fast Base64 stream encoder/decoder in C99, with SIMD acceleration
7373
.url = "git+https://github.com/aklomp/base64.git?ref=v0.5.2#8bdda2d47caf8b066999c5bd01069e55bcd0d396",

build.zig.zon.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@ linkFarm "zig-packages" [
5555
};
5656
}
5757
{
58-
name = "N-V-__8AAAu4fQBE-TxAn-Lk6rxPToxAGnzeIiKtzHNTeoai";
58+
name = "N-V-__8AALA2eQDNs-xONPoEpq-tvOh-3J0shaP2kjA5bck0";
5959
path = fetchgit {
6060
url = "https://github.com/ocornut/imgui";
61-
rev = "3912b3d9a9c1b3f17431aebafd86d2f40ee6e59c";
62-
hash = "sha256-/jVT7+874LCeSF/pdNVTFoSOfRisSqxCJnt5/SGCXPQ=";
61+
rev = "1f7f1f54af38b0350d8c0008b096a9af6de299c7";
62+
hash = "sha256-RmfmhuEgWmnSNJ+M1up2KCpi5FgA97GF3VZAIMmNtZk=";
6363
};
6464
}
6565
{

0 commit comments

Comments
 (0)