43 lines
1.7 KiB
Zig
43 lines
1.7 KiB
Zig
.{
|
|
.name = .VulkanDriver,
|
|
.version = "0.0.1",
|
|
.fingerprint = 0x52cb73649f1107de,
|
|
.minimum_zig_version = "0.16.0",
|
|
|
|
.dependencies = .{
|
|
.vulkan_headers = .{
|
|
.url = "git+https://github.com/KhronosGroup/Vulkan-Headers?ref=v1.4.330#ee3b5caaa7e372715873c7b9c390ee1c3ca5db25",
|
|
.hash = "N-V-__8AAFXYAQKsK51AAGXB9HziPDFjS_DVUq6_QHVxHrBM",
|
|
},
|
|
.vulkan_zig = .{
|
|
.url = "git+https://github.com/Snektron/vulkan-zig#be16fc99f7f794cba90334978c6c5aadeda8094f",
|
|
.hash = "vulkan-0.0.0-r7Ytx-V9AwCwHxS2TaZ-KJCp_3axidu3ASZUg3B512-k",
|
|
},
|
|
.vulkan_utility_libraries = .{
|
|
.url = "git+https://github.com/KhronosGroup/Vulkan-Utility-Libraries.git#ba452bad58bb4d4c64d7fbd872bf69f70141510e",
|
|
.hash = "N-V-__8AAE42fwC1FFw26LNZ8AaSuGMdgG4vfYkfV_227sET",
|
|
},
|
|
.cts_bin = .{
|
|
.url = "git+https://git.kbz8.me/kbz_8/Vulkan-CTS-bin#19ce2da05f8176348064a9fc6688847e5f76a46e",
|
|
.hash = "N-V-__8AAHDV0xtS93nAGaYd7YWxBLnvHDEplwIpC29izSGa",
|
|
},
|
|
.cpuinfo = .{
|
|
.url = "git+https://github.com/Kbz-8/cpuinfo.git#c9bea4f6c166a495ee0ce117821f9627d4aed118",
|
|
.hash = "cpuinfo-0.0.1-RLgIQYrTMgGqfQMOd1nAa2EuglXOh5gR9bNzwMzQTemt",
|
|
.lazy = true,
|
|
},
|
|
.SPIRV_Interpreter = .{
|
|
.url = "git+https://git.kbz8.me/kbz_8/SPIRV-Interpreter#4bd688cf07ea7d71c18a02153bb197e7b1e3cd82",
|
|
.hash = "SPIRV_Interpreter-0.0.1-ajmpn1aKBACoxQzshafHCjoUx6OfuFcyt1dumaerdtDo",
|
|
},
|
|
},
|
|
|
|
.paths = .{
|
|
"build.zig",
|
|
"build.zig.zon",
|
|
"src",
|
|
"test",
|
|
"LICENSE",
|
|
},
|
|
}
|