21 lines
585 B
Plaintext
21 lines
585 B
Plaintext
.{
|
|
.name = .rend,
|
|
.version = "0.0.0",
|
|
.dependencies = .{
|
|
.core = .{ .path = "../core" },
|
|
.assets = .{ .path = "../assets" },
|
|
.platform = .{ .path = "../platform" },
|
|
.sys = .{.path = "../sys"},
|
|
|
|
.sdl3 = .{ .path = "../../lib/sdl3" },
|
|
.ozz = .{ .path = "../../lib/ozz" },
|
|
.shaderTypes = .{ .path = "../../lib/sdl3/shaderTypes" },
|
|
.zgltf = .{ .path = "../../lib/zgltf" },
|
|
.objLoader = .{ .path = "../../lib/objLoader" },
|
|
},
|
|
.paths = .{
|
|
"",
|
|
},
|
|
.fingerprint = 0x1fcf5da860255f09,
|
|
}
|