mirror of
https://github.com/PixelGuys/Cubyz.git
synced 2025-08-03 11:17:05 -04:00
48 lines
1.8 KiB
Zig
48 lines
1.8 KiB
Zig
.{
|
|
.name = .Cubyzig,
|
|
.fingerprint = 0x782a2e402c0ee887,
|
|
.version = "0.0.0",
|
|
.paths = .{""},
|
|
.dependencies = .{
|
|
.local = .{
|
|
.path = "../Cubyz-libs/zig-out", // Local alternative to the cubyz_deps below
|
|
.lazy = true,
|
|
},
|
|
.cubyz_deps_headers = .{
|
|
.url = "https://github.com/PixelGuys/Cubyz-Libs/releases/download/3/cubyz_deps_headers.tar.gz",
|
|
.hash = "N-V-__8AAFfKKwD4OVIWboZJyV_bw1hcf8jMLQ3oeMJv7sLU",
|
|
.lazy = true,
|
|
},
|
|
.cubyz_deps_aarch64_macos = .{
|
|
.url = "https://github.com/PixelGuys/Cubyz-Libs/releases/download/3/cubyz_deps_aarch64-macos-none.tar.gz",
|
|
.hash = "N-V-__8AAOwYUwFLp5nMdLruyChLiiLNC1l7WNX6MsbqyZlj",
|
|
.lazy = true,
|
|
},
|
|
.cubyz_deps_aarch64_linux = .{
|
|
.url = "https://github.com/PixelGuys/Cubyz-Libs/releases/download/3/cubyz_deps_aarch64-linux-musl.tar.gz",
|
|
.hash = "N-V-__8AAJoZMAHJTEn1a2WhZG1oP4aNFn21F4xx2QxgdZ14",
|
|
.lazy = true,
|
|
},
|
|
.cubyz_deps_aarch64_windows = .{
|
|
.url = "https://github.com/PixelGuys/Cubyz-Libs/releases/download/3/cubyz_deps_aarch64-windows-gnu.tar.gz",
|
|
.hash = "N-V-__8AABweWgHCfLBx8TQDBPW--o4nO8mVwx-DPybBSMoX",
|
|
.lazy = true,
|
|
},
|
|
.cubyz_deps_x86_64_macos = .{
|
|
.url = "https://github.com/PixelGuys/Cubyz-Libs/releases/download/3/cubyz_deps_x86_64-macos-none.tar.gz",
|
|
.hash = "N-V-__8AALQdQwHNfI_VZxMro_pkv2B2VDSm26ucM0RMo35q",
|
|
.lazy = true,
|
|
},
|
|
.cubyz_deps_x86_64_linux = .{
|
|
.url = "https://github.com/PixelGuys/Cubyz-Libs/releases/download/3/cubyz_deps_x86_64-linux-musl.tar.gz",
|
|
.hash = "N-V-__8AAKJ0LwEjQ3OsGX6NrXotG-64FhmmES5E26ayZyr5",
|
|
.lazy = true,
|
|
},
|
|
.cubyz_deps_x86_64_windows = .{
|
|
.url = "https://github.com/PixelGuys/Cubyz-Libs/releases/download/3/cubyz_deps_x86_64-windows-gnu.tar.gz",
|
|
.hash = "N-V-__8AAJ4DTQGiYwxpHAzkCv1RAilBsFRMm6zJGQZn9wED",
|
|
.lazy = true,
|
|
},
|
|
},
|
|
}
|