mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 15:56:13 +03:00
14 lines
396 B
Zig
14 lines
396 B
Zig
.{
|
|
.name = "breakpad",
|
|
.version = "0.1.0",
|
|
.paths = .{""},
|
|
.dependencies = .{
|
|
.breakpad = .{
|
|
.url = "https://github.com/getsentry/breakpad/archive/b99f444ba5f6b98cac261cbb391d8766b34a5918.tar.gz",
|
|
.hash = "12207fd37bb8251919c112dcdd8f616a491857b34a451f7e4486490077206dc2a1ea",
|
|
},
|
|
|
|
.apple_sdk = .{ .path = "../apple-sdk" },
|
|
},
|
|
}
|