Fixes incompatibility with latest Zig, fixes dependency that invalidated its hash
This commit is contained in:
parent
9e1c11e373
commit
4df06a2a2c
2 changed files with 3 additions and 3 deletions
|
|
@ -27,7 +27,7 @@ pub fn build(b: *std.Build) void {
|
||||||
.optimize = optimize_external,
|
.optimize = optimize_external,
|
||||||
});
|
});
|
||||||
dear_imgui_lib.addIncludePath(upstream.path(""));
|
dear_imgui_lib.addIncludePath(upstream.path(""));
|
||||||
dear_imgui_lib.installHeadersDirectory(upstream.path(""), "", .{});
|
dear_imgui_lib.installHeadersDirectory(upstream.path("."), "", .{});
|
||||||
dear_imgui_lib.linkLibC();
|
dear_imgui_lib.linkLibC();
|
||||||
dear_imgui_lib.addCSourceFiles(.{
|
dear_imgui_lib.addCSourceFiles(.{
|
||||||
.root = upstream.path(""),
|
.root = upstream.path(""),
|
||||||
|
|
|
||||||
|
|
@ -8,8 +8,8 @@
|
||||||
.hash = "12202e9be2f239ed76eee410708478443039fa503011709763f3fa6bf5869595130b",
|
.hash = "12202e9be2f239ed76eee410708478443039fa503011709763f3fa6bf5869595130b",
|
||||||
},
|
},
|
||||||
.@"Vulkan-Headers" = .{
|
.@"Vulkan-Headers" = .{
|
||||||
.url = "https://github.com/KhronosGroup/Vulkan-Headers/archive/refs/tags/v1.3.290.tar.gz",
|
.url = "https://github.com/KhronosGroup/Vulkan-Headers/archive/refs/tags/v1.3.292.tar.gz",
|
||||||
.hash = "12200beeb3d546548d62a5ad1ac4153e28f78bdeb3617a07aa7a8e584b51cba2daa1",
|
.hash = "1220dba588188c5dfba1b294785b0ed360ad1ea2e69bf7c076169cffdeec2fa2c0b4",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue