Files
dahlia-sr-0.14.1/build.zig.zon
2025-11-06 00:55:42 +07:00

17 lines
561 B
Zig

.{
.name = .DahliaSR,
.version = "0.14.1",
.fingerprint = 0x46996485ef0dc154,
.minimum_zig_version = "0.14.0",
.dependencies = .{
.dispatch = .{ .path = "dispatch" },
.gameserver = .{ .path = "gameserver" },
.protocol = .{ .path = "protocol" },
.protobuf = .{
.url = "https://github.com/Arwalk/zig-protobuf/archive/da4d17264fcfdd793e71b3a8b466fb0f05bc6fd3.tar.gz",
.hash = "122052e8e9e4233621ebeba2215df92dbb78387be6193bdc24da3f44532ddeeb25ab",
},
},
.paths = .{""},
}