16 lines
310 B
Text
16 lines
310 B
Text
|
|
.{
|
||
|
|
.name = .renderer,
|
||
|
|
.version = "0.0.1",
|
||
|
|
.dependencies = .{
|
||
|
|
.app = .{
|
||
|
|
.path = "../../app",
|
||
|
|
},
|
||
|
|
.platform = .{
|
||
|
|
.path = "../platform/",
|
||
|
|
},
|
||
|
|
},
|
||
|
|
.minimum_zig_version = "0.16.0",
|
||
|
|
.paths = .{""},
|
||
|
|
.fingerprint = 0xf199a19cb1dc8f03,
|
||
|
|
}
|