Backlog/projects/minimal/build.zig.zon

24 lines
713 B
Plaintext

.{
.name = .MyProjects,
.version = "0.0.0",
.dependencies = .{
// engine libraries
// you will want to change these paths.
//
// .. theoretically if this is a static build,
.Backlog = .{ .path = "../../" },
.SpirvReflect = .{ .path = "../../lib/spirv-reflect-zig" },
.zphysics = .{.path = "../../lib/zphysics"},
.spng = .{ .path = "../../lib/spng" },
.ozz = .{ .path = "../../lib/ozz" },
.sdl3_lib = .{ .path = "../../lib/sdl3/SDL" },
.miniaudio = .{ .path = "../../lib/miniaudio" },
.lua = .{ .path = "../../lib/lua" },
},
.paths = .{
"",
},
.fingerprint = 0x14099f7390321175
}