ghostty/pkg/fontconfig/build.zig.zon
Mitchell Hashimoto 7edb86f9e1 pkg/fontconfig
2023-10-01 12:43:36 -07:00

13 lines
366 B
Zig

.{
.name = "fontconfig",
.version = "2.14.2",
.dependencies = .{
.fontconfig = .{
.url = "https://www.freedesktop.org/software/fontconfig/release/fontconfig-2.14.2.tar.gz",
.hash = "12201149afb3326c56c05bb0a577f54f76ac20deece63aa2f5cd6ff31a4fa4fcb3b7",
},
.freetype = .{ .path = "../freetype" },
},
}