mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 15:56:13 +03:00
9 lines
182 B
Zig
9 lines
182 B
Zig
.{
|
|
.name = "harfbuzz",
|
|
.version = "2.13.2",
|
|
.dependencies = .{
|
|
.freetype = .{ .path = "../freetype" },
|
|
.apple_sdk = .{ .path = "../apple-sdk" },
|
|
},
|
|
}
|