mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-15 00:06:09 +03:00
15 lines
420 B
Zig
15 lines
420 B
Zig
.{
|
|
.name = "sentry",
|
|
.version = "0.7.8",
|
|
.paths = .{""},
|
|
.dependencies = .{
|
|
.sentry = .{
|
|
.url = "https://github.com/getsentry/sentry-native/archive/refs/tags/0.7.8.tar.gz",
|
|
.hash = "1220446be831adcca918167647c06c7b825849fa3fba5f22da394667974537a9c77e",
|
|
},
|
|
|
|
.apple_sdk = .{ .path = "../apple-sdk" },
|
|
.breakpad = .{ .path = "../breakpad" },
|
|
},
|
|
}
|