summaryrefslogtreecommitdiff
path: root/pkg/breakpad/build.zig.zon
blob: 0d6c54c93cb3c7a9bc640f26ce3c85fdde3e0556 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.{
    .name = .breakpad,
    .version = "0.1.0",
    .fingerprint = 0xfe9f9e4c76d5f962,
    .paths = .{""},
    .dependencies = .{
        .breakpad = .{
            .url = "https://deps.files.ghostty.org/breakpad-b99f444ba5f6b98cac261cbb391d8766b34a5918.tar.gz",
            .hash = "N-V-__8AALw2uwF_03u4JRkZwRLc3Y9hakkYV7NKRR9-RIZJ",
            .lazy = true,
        },

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