Backlog/projects/minimal/build.zig.zon.template

24 lines
777 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 = "$RELATIVEPATH/" },
.SpirvReflect = .{ .path = "$RELATIVEPATH/lib/spirv-reflect-zig" },
.zphysics = .{.path = "$RELATIVEPATH/lib/zphysics"},
.spng = .{ .path = "$RELATIVEPATH/lib/spng" },
.ozz = .{ .path = "$RELATIVEPATH/lib/ozz" },
.sdl3_lib = .{ .path = "$RELATIVEPATH/lib/sdl3/SDL" },
.miniaudio = .{ .path = "$RELATIVEPATH/lib/miniaudio" },
.lua = .{ .path = "$RELATIVEPATH/lib/lua" },
},
.paths = .{
"",
},
.fingerprint = 0x14099f7390321175
}