Backlog/engine/ui/build.zig.zon

17 lines
437 B
Plaintext

.{
.name = .ui,
.version = "0.0.0",
.dependencies = .{
.core = .{ .path = "../core" },
.platform = .{ .path = "../platform" },
.papyrus = .{ .path = "../papyrus" },
.rend = .{ .path = "../rend" },
.sdl3 = .{ .path = "../../lib/sdl3" },
.shaderTypes = .{ .path = "../../lib/sdl3/shaderTypes" },
},
.paths = .{
"",
},
.fingerprint = 0x27ff46b0db01e0ab,
}