Backlog/lib/cimgui/build.zig.zon

13 lines
229 B
Plaintext

.{
.name = .imgui,
.version = "0.0.0",
.dependencies = .{
.bh = .{ .path = "../bh" },
.core = .{ .path = "../core" },
},
.paths = .{
"",
},
.fingerprint = 0xb0f24415f7448e77,
}