mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 07:46:12 +03:00
14 lines
412 B
Zig
14 lines
412 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" },
|
|
.libxml2 = .{ .path = "../libxml2" },
|
|
},
|
|
}
|