24 lines
587 B
Plaintext
24 lines
587 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" },
|
|
.gameExtras = .{.path = "../extras/gameExtras"}
|
|
},
|
|
.paths = .{
|
|
"",
|
|
},
|
|
.fingerprint = 0x14099f7390321175
|
|
}
|