Backlog/testing/build.zig.zon

14 lines
298 B
Plaintext

.{
.name = .tests,
.version = "0.0.0",
.dependencies = .{
// engine libraries
.Backlog = .{ .path = "../" },
.SpirvReflect = .{ .path = "../lib/spirv-reflect-zig" },
},
.paths = .{
"",
},
.fingerprint = 0x1260fc5eb99f7cca,
}