25 lines
787 B
Zig
25 lines
787 B
Zig
.{
|
|
.name = "vulkan-test",
|
|
|
|
.version = "0.1.0",
|
|
|
|
.dependencies = .{
|
|
.zmath = .{ .path = "libs/zmath" },
|
|
.zstbi = .{ .path = "libs/zstbi" },
|
|
.sdl = .{ .path = "libs/sdl" },
|
|
.vulkan = .{
|
|
.url = "https://github.com/Snektron/vulkan-zig/archive/06dae6c9201863837a92064e2e7814aa71064067.tar.gz",
|
|
.hash = "1220edeb3fc7dfc40e6fde705a108edce0a3cc76d165a7c9919d1fb037eccec43372",
|
|
},
|
|
// .obj = .{
|
|
// .url = "https://github.com/chip2n/zig-obj/archive/58f524ed6834790b29ac1e97b2f9e6b7de7b5346.tar.gz",
|
|
// .hash = "1220ff46dcbeb40677c0ce8560b954885beec8b699835d9e6686beab72aa9d422c79",
|
|
// },
|
|
},
|
|
|
|
.paths = .{
|
|
"build.zig",
|
|
"build.zig.zon",
|
|
"src",
|
|
},
|
|
}
|