ghostty/pkg/breakpad/build.zig.zon
2025-03-12 07:30:01 -07:00

15 lines
408 B
Zig

.{
.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",
},
.apple_sdk = .{ .path = "../apple-sdk" },
},
}