Backlog/engine/physics/build.zig.zon

13 lines
324 B
Plaintext

.{
.name = "papyrus",
.version = "0.0.0",
.dependencies = .{
.core = .{ .path = "../core" },
.graphics = .{ .path = "../graphics" }, // TODO REMOVE< PHYSICS MUST NOT DEPEND ON GRAPHICS
.zphysics = .{ .path = "../../lib/zphysics" },
},
.paths = .{
"",
},
}