mirror of
https://github.com/PixelGuys/Cubyz.git
synced 2025-08-03 11:17:05 -04:00

Resolves #110 Resolves #117 (I did however decide to use static linking, I had some issues with dynamic linking) Also getting closer to #118 Additionally this avoids the problem caused by https://github.com/ziglang/zig/issues/17652 since harfbuzz is precompiled.
11 lines
275 B
Zig
11 lines
275 B
Zig
.{
|
|
.name = "Cubyzig",
|
|
.version = "0.0.0",
|
|
.paths = .{""},
|
|
.dependencies = .{
|
|
.deps = .{
|
|
.hash = "1220125d685df0987d26d64548e4a158d925bbb416670087dc46129955d4044b9f0a",
|
|
.url = "https://github.com/PixelGuys/Cubyz-libs/releases/download/1/zig-out.tar.gz",
|
|
},
|
|
},
|
|
} |