16 lines
371 B
Plaintext
16 lines
371 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" },
|
|
},
|
|
.paths = .{
|
|
"",
|
|
},
|
|
.fingerprint = 0x27ff46b0db01e0ab,
|
|
}
|