32 lines
1.2 KiB
Zig
32 lines
1.2 KiB
Zig
.{
|
|
.name = .dear_imgui,
|
|
.fingerprint = 0xc1cc609af54040bd,
|
|
.version = "1.0.0",
|
|
.minimum_zig_version = "0.16.0-dev.3153+d6f43caad",
|
|
.dependencies = .{
|
|
.@"dear-imgui" = .{
|
|
// Using a patched version of v1.92.5-docking that has a UBSAN fix. The equivalent to
|
|
// this fix has already made it into master/docking, so we won't need the patch once the
|
|
// next version is tagged.
|
|
.url = "https://github.com/MasonRemaley/imgui/archive/6b55a006a469f85e788d91af02aa63cbb5ede6d4.tar.gz",
|
|
.hash = "N-V-__8AALfOfQAZ-fEyLsQFoSvmtGxQCT4wUQ6SdhMsBodJ",
|
|
},
|
|
.@"Vulkan-Headers" = .{
|
|
.url = "https://github.com/KhronosGroup/Vulkan-Headers/archive/refs/tags/v1.4.313.tar.gz",
|
|
.hash = "N-V-__8AAPLT7gH4vgN7Xo6yZlOMrzllGbdvVxxhrwUvgI9r",
|
|
},
|
|
.sdl = .{
|
|
.url = "https://github.com/libsdl-org/SDL/archive/refs/tags/release-3.2.14.tar.gz",
|
|
.hash = "N-V-__8AAHRriwPslozjEw46IksOzPlNxJRXM087krt8ynXh",
|
|
.version = "3.2.14",
|
|
},
|
|
},
|
|
|
|
.paths = .{
|
|
"build.zig",
|
|
"build.zig.zon",
|
|
"src",
|
|
"LICENSE",
|
|
"README.md",
|
|
},
|
|
}
|