25 lines
775 B
Zig
25 lines
775 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/f7b21d034f527765f62935de1b62855033621989.tar.gz",
|
|
.hash = "12201e484e173e70634e664864763223427703e677f28c63ebec9332513c8ca5121c",
|
|
},
|
|
.obj = .{
|
|
.url = "https://github.com/chip2n/zig-obj/archive/58f524ed6834790b29ac1e97b2f9e6b7de7b5346.tar.gz",
|
|
.hash = "1220ff46dcbeb40677c0ce8560b954885beec8b699835d9e6686beab72aa9d422c79",
|
|
},
|
|
},
|
|
|
|
.paths = .{
|
|
"build.zig",
|
|
"build.zig.zon",
|
|
"src",
|
|
},
|
|
}
|