summaryrefslogtreecommitdiff
path: root/pkg/fontconfig/build.zig.zon
blob: b1387b87e97c96deca5fba4e32aad4f9f405d52d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.{
    .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",
            .lazy = true,
        },

        .freetype = .{ .path = "../freetype", .lazy = true },
        .libxml2 = .{ .path = "../libxml2", .lazy = true },
    },
}