19 lines
548 B
Plaintext
19 lines
548 B
Plaintext
.{
|
|
.name = .core,
|
|
.version = "0.0.0",
|
|
.dependencies = .{
|
|
.spng = .{ .path = "../../lib/spng" },
|
|
.nfd = .{ .path = "../../lib/nfd" },
|
|
.p2 = .{ .path = "../../lib/p2" },
|
|
.tracy = .{ .path = "../../lib/tracy" },
|
|
.zmath = .{ .path = "../../lib/zmath" },
|
|
.packer = .{ .path = "../../lib/packer" },
|
|
.lua = .{ .path = "../../lib/lua" },
|
|
.zgltf = .{ .path = "../../lib/zgltf" },
|
|
},
|
|
.paths = .{
|
|
"",
|
|
},
|
|
.fingerprint = 0x6b8d854f57523e9e,
|
|
}
|