mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-09-14 18:01:58 +00:00
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/4e879eb8aba615de112eabd1231ea6e01920cead.tar.gz",
|
|
.hash = "translate_c-0.0.0-Q_BUWhVNBwDOEcIqub4VFPJPB6D9dgwzUMHTX5KWr8Xr",
|
|
.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" },
|
|
},
|
|
}
|