mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-07-31 04:39:01 +00:00
This updates the translate-c backport to use the Zig lib dir from the build graph rather than an external "zig env" invocation.
25 lines
792 B
Zig
25 lines
792 B
Zig
.{
|
|
.name = .harfbuzz,
|
|
.version = "11.0.0",
|
|
.fingerprint = 0xbd60917cd18865d8,
|
|
.paths = .{""},
|
|
.dependencies = .{
|
|
.translate_c = .{
|
|
.url = "https://codeberg.org/vancluever/translate-c/archive/80f8b6e4f45a303268717d8e5f4f91d7837138bb.tar.gz",
|
|
.hash = "translate_c-0.0.0-Q_BUWmU6BwB_9JKG2l2W7i_mhmYWeRseTGBEHi_YlV5f",
|
|
.lazy = true,
|
|
},
|
|
|
|
// harfbuzz/harfbuzz
|
|
.harfbuzz = .{
|
|
.url = "https://deps.files.ghostty.org/harfbuzz-11.0.0.tar.xz",
|
|
.hash = "N-V-__8AAG02ugUcWec-Ndp-i7JTsJ0dgF8nnJRUInkGLG7G",
|
|
.lazy = true,
|
|
},
|
|
|
|
.freetype = .{ .path = "../freetype" },
|
|
.macos = .{ .path = "../macos" },
|
|
.apple_sdk = .{ .path = "../apple-sdk" },
|
|
},
|
|
}
|