16 lines
379 B
Plaintext
16 lines
379 B
Plaintext
.{
|
|
.name = .imgui,
|
|
.version = "0.0.0",
|
|
.dependencies = .{
|
|
.core = .{ .path = "../core" },
|
|
.platform = .{ .path = "../platform" },
|
|
.rend = .{ .path = "../rend" },
|
|
.sdl3 = .{ .path = "../../lib/sdl3" },
|
|
.cimgui = .{ .path = "../../lib/cimgui" },
|
|
},
|
|
.paths = .{
|
|
"",
|
|
},
|
|
.fingerprint = 0xb0f2441596ddf171,
|
|
}
|