mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 07:46:12 +03:00
16 lines
460 B
Zig
16 lines
460 B
Zig
.{
|
|
.name = "harfbuzz",
|
|
.version = "8.4.0",
|
|
.paths = .{""},
|
|
.dependencies = .{
|
|
.harfbuzz = .{
|
|
.url = "https://github.com/harfbuzz/harfbuzz/archive/refs/tags/8.4.0.tar.gz",
|
|
.hash = "1220b8588f106c996af10249bfa092c6fb2f35fbacb1505ef477a0b04a7dd1063122",
|
|
},
|
|
|
|
.freetype = .{ .path = "../freetype" },
|
|
.macos = .{ .path = "../macos" },
|
|
.apple_sdk = .{ .path = "../apple-sdk" },
|
|
},
|
|
}
|