Backlog/projects/build.zig.zon

22 lines
494 B
Plaintext

.{
.name = "MyProjects",
.version = "0.0.0",
.dependencies = .{
// Neonwood's /lib folder contains
// third party libraries.
//
// They can be directly accessed
//
// as well as any of the engine/ libraries
//
// in the general case though,
// engine libraries
.Backlog = .{ .path = "../" },
.SpirvReflect = .{ .path = "../lib/spirv-reflect-zig" },
},
.paths = .{
"",
},
}