YunliSR/gameserver/build.zig.zon

19 lines
345 B
Text
Raw Permalink Normal View History

2024-06-25 18:30:33 +00:00
.{
.name = "gameserver",
.version = "0.0.0",
.minimum_zig_version = "0.13.0",
.dependencies = .{
.protocol = .{
.path = "../protocol",
},
},
.paths = .{
"build.zig",
"build.zig.zon",
"src",
// For example...
//"LICENSE",
//"README.md",
},
}