15 lines
354 B
Plaintext
15 lines
354 B
Plaintext
.{
|
|
.name = .platform,
|
|
.version = "0.0.0",
|
|
.dependencies = .{
|
|
.core = .{ .path = "../core" },
|
|
.sdl3 = .{ .path = "../../lib/sdl3" },
|
|
.nfd = .{ .path = "../../lib/nfd" },
|
|
.shaderTypes = .{ .path = "../../lib/sdl3/shaderTypes" },
|
|
},
|
|
.paths = .{
|
|
"",
|
|
},
|
|
.fingerprint = 0x3952d0cb1f629de7,
|
|
}
|