19 lines
564 B
Plaintext
19 lines
564 B
Plaintext
.{
|
|
.name = .Backlog,
|
|
.version = "0.0.0",
|
|
.dependencies = .{
|
|
.assets = .{ .path = "engine/assets" },
|
|
.audio = .{ .path = "engine/audio" },
|
|
.core = .{ .path = "engine/core" },
|
|
.papyrus = .{ .path = "engine/papyrus" },
|
|
.physics = .{ .path = "engine/physics" },
|
|
.platform = .{ .path = "engine/platform" },
|
|
.SpirvReflect = .{ .path = "lib/spirv-reflect-zig" },
|
|
.ozz = .{ .path = "lib/ozz" },
|
|
},
|
|
.paths = .{
|
|
"",
|
|
},
|
|
.fingerprint = 0xcf9bab998abe37e3
|
|
}
|