Backlog/engine/_archive/vkImgui/build.zig.zon

14 lines
302 B
Plaintext

.{
.name = "imgui",
.version = "0.0.0",
.dependencies = .{
.core = .{ .path = "../core" },
.graphics = .{ .path = "../graphics" },
.platform = .{ .path = "../platform" },
.vulkan = .{ .path = "../../lib/vulkan" },
},
.paths = .{
"",
},
}