Backlog/engine/rend/build.zig.zon

20 lines
549 B
Plaintext

.{
.name = .rend,
.version = "0.0.0",
.dependencies = .{
.core = .{ .path = "../core" },
.assets = .{ .path = "../assets" },
.platform = .{ .path = "../platform" },
.sdl3 = .{ .path = "../../lib/sdl3" },
.ozz = .{ .path = "../../lib/ozz" },
.shaderTypes = .{ .path = "../../lib/sdl3/shaderTypes" },
.zgltf = .{ .path = "../../lib/zgltf" },
.objLoader = .{ .path = "../../lib/objLoader" },
},
.paths = .{
"",
},
.fingerprint = 0x1fcf5da860255f09,
}