Backlog/engine/physics/build.zig.zon

14 lines
366 B
Plaintext

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