Backlog/engine/core/build.zig.zon

23 lines
666 B
Plaintext

.{
.name = .core,
.version = "0.0.0",
.dependencies = .{
// .spng = .{ .path = "../../lib/spng" },
// .nfd = .{ .path = "../../lib/nfd" },
// with -Dtracy = false, this one pulls in no C dependencies
.tracy = .{ .path = "../../lib/tracy" },
// these are zig only
.zmath = .{ .path = "../../lib/zmath" },
.packer = .{ .path = "../../lib/packer" },
.p2 = .{ .path = "../../lib/p2" },
// .lua = .{ .path = "../../lib/lua" },
// .zgltf = .{ .path = "../../lib/zgltf" },
},
.paths = .{
"",
},
.fingerprint = 0x6b8d854f57523e9e,
}