ghostty/pkg/harfbuzz/build.zig.zon
Mitchell Hashimoto 6672568473 pkg/harfbuzz: update
2024-05-09 20:55:02 -07:00

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" },
},
}