18 lines
458 B
Plaintext
18 lines
458 B
Plaintext
.{
|
|
.name = "ui",
|
|
.version = "0.0.0",
|
|
.dependencies = .{
|
|
.vulkan = .{ .path = "../../lib/vulkan" },
|
|
.SpirvReflect = .{ .path = "../../lib/spirv-reflect-zig" },
|
|
|
|
.papyrus = .{ .path = "../papyrus" },
|
|
.assets = .{ .path = "../assets" },
|
|
.platform = .{ .path = "../platform" },
|
|
.core = .{ .path = "../core" },
|
|
.graphics = .{ .path = "../graphics" },
|
|
},
|
|
.paths = .{
|
|
"",
|
|
},
|
|
}
|