Backlog/build.zig.zon

24 lines
831 B
Plaintext

.{ .name = .Backlog, .version = "0.0.0", .dependencies = .{
.assets = .{ .path = "engine/assets" },
.audio = .{ .path = "engine/audio" },
.core = .{ .path = "engine/core" },
.net = .{ .path = "engine/net" },
.papyrus = .{ .path = "engine/papyrus" },
.physics = .{ .path = "engine/physics" },
.platform = .{ .path = "engine/platform" },
.imgui = .{ .path = "engine/imgui" },
.ui = .{ .path = "engine/ui" },
.sys = .{ .path = "engine/sys" },
.rend = .{ .path = "engine/rend" },
.ozz = .{ .path = "lib/ozz" },
.spng = .{ .path = "lib/spng" },
.zphysics = .{ .path = "lib/zphysics" },
.sdl3 = .{ .path = "lib/sdl3" },
.enet = .{ .path = "lib/enet" },
.bh = .{ .path = "lib/bh" },
}, .paths = .{
"",
}, .fingerprint = 0xcf9bab998abe37e3 }