mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-16 08:46:08 +03:00
8 lines
132 B
Zig
8 lines
132 B
Zig
.{
|
|
.name = "harfbuzz",
|
|
.version = "2.13.2",
|
|
.dependencies = .{
|
|
.freetype = .{ .path = "../freetype" },
|
|
},
|
|
}
|