wip initial testing

This commit is contained in:
David Allemang
2026-05-27 16:02:01 -04:00
commit f3cef55647
7 changed files with 277 additions and 0 deletions

21
build.zig.zon Normal file
View File

@@ -0,0 +1,21 @@
.{
.name = .zig_vk_api_test,
.version = "0.0.0",
.fingerprint = 0xa7b5f349ba365910,
.minimum_zig_version = "0.16.0",
.dependencies = .{
.vk = .{
.url = "https://github.com/KhronosGroup/Vulkan-Headers/archive/refs/tags/v1.4.352.tar.gz",
.hash = "N-V-__8AAHAZeALsJNAOsFHuMyyXDuoFVG48EQdnJGNAZ3Th",
},
.volk = .{
.url = "https://github.com/zeux/volk/archive/refs/tags/1.4.350.tar.gz",
.hash = "N-V-__8AAFGqCADosOofL302vYn3DZNlkeErvJevsqMt-Jpa",
},
},
.paths = .{
"build.zig",
"build.zig.zon",
"src",
},
}