24 lines
705 B
Plaintext
24 lines
705 B
Plaintext
.{
|
|
.name = .MyProjects,
|
|
.version = "0.0.0",
|
|
.dependencies = .{
|
|
// engine libraries
|
|
// you will want to change these paths.
|
|
//
|
|
// .. theoretically if this is a static build,
|
|
.Backlog = .{ .path = "../../" },
|
|
|
|
.SpirvReflect = .{ .path = "../../lib/spirv-reflect-zig" },
|
|
.zphysics = .{.path = "../../lib/zphysics"},
|
|
.spng = .{ .path = "../../lib/spng" },
|
|
.ozz = .{ .path = "../../lib/ozz" },
|
|
.sdl3 = .{ .path = "../../lib/sdl3" },
|
|
.miniaudio = .{ .path = "../../lib/miniaudio" },
|
|
.lua = .{ .path = "../../lib/lua" },
|
|
},
|
|
.paths = .{
|
|
"",
|
|
},
|
|
.fingerprint = 0x14099f7390321175
|
|
}
|