ghostty/pkg/fontconfig/build.zig.zon
2025-03-12 07:30:01 -07:00

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