mirror of
https://git.xeondev.com/HonkaiSlopRail/dahlia-sr-0.14.1.git
synced 2026-01-02 20:06:04 +08:00
17 lines
561 B
Zig
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 = .{""},
|
|
}
|