summaryrefslogtreecommitdiff
path: root/pkg/harfbuzz/build.zig.zon
blob: b7d155e9cb27d536e5c1f2b5c26eccffb28dd338 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.{
    .name = .harfbuzz,
    .version = "11.0.0",
    .fingerprint = 0xbd60917cd18865d8,
    .paths = .{""},
    .dependencies = .{
        // harfbuzz/harfbuzz
        .harfbuzz = .{
            .url = "https://deps.files.ghostty.org/harfbuzz-11.0.0.tar.xz",
            .hash = "N-V-__8AAG02ugUcWec-Ndp-i7JTsJ0dgF8nnJRUInkGLG7G",
            .lazy = true,
        },

        .freetype = .{ .path = "../freetype" },
        .macos = .{ .path = "../macos" },
        .apple_sdk = .{ .path = "../apple-sdk" },
    },
}