mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-04-20 00:18:53 +03:00

This updates our bundled Harfbuzz from 8.4 to 11.0. The changes from 8 to 11 include a number of correctness and performance improvements. Packaged releases tend to dynamically link so this won't affect existing users, but build-from-source users hopefully get an improvement.
19 lines
520 B
Zig
19 lines
520 B
Zig
.{
|
|
.name = .harfbuzz,
|
|
.version = "11.0.0",
|
|
.fingerprint = 0xbd60917cd18865d8,
|
|
.paths = .{""},
|
|
.dependencies = .{
|
|
// 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" },
|
|
},
|
|
}
|