mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-16 08:46:08 +03:00
16 lines
424 B
Zig
16 lines
424 B
Zig
.{
|
|
.name = .fontconfig,
|
|
.version = "2.14.2",
|
|
.fingerprint = 0x4a79a5a40c6d6d8,
|
|
.paths = .{""},
|
|
.dependencies = .{
|
|
.fontconfig = .{
|
|
.url = "https://deps.files.ghostty.org/fontconfig-2.14.2.tar.gz",
|
|
.hash = "N-V-__8AAIrfdwARSa-zMmxWwFuwpXf1T3asIN7s5jqi9c1v",
|
|
},
|
|
|
|
.freetype = .{ .path = "../freetype" },
|
|
.libxml2 = .{ .path = "../libxml2" },
|
|
},
|
|
}
|