mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-01-06 13:27:49 +00:00
10 lines
224 B
Zig
10 lines
224 B
Zig
.{
|
|
.name = "harfbuzz",
|
|
.version = "2.13.2",
|
|
.dependencies = .{
|
|
.freetype = .{ .path = "../freetype" },
|
|
.macos = .{ .path = "../macos" },
|
|
.apple_sdk = .{ .path = "../apple-sdk" },
|
|
},
|
|
}
|