mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 15:56:13 +03:00
11 lines
338 B
Zig
11 lines
338 B
Zig
.{
|
|
.name = "apple-sdk",
|
|
.version = "0.1.0",
|
|
.dependencies = .{
|
|
.macos_sdk = .{
|
|
.url = "https://github.com/mitchellh/zig-build-macos-sdk/archive/7a7cb3816617dbaf87ecbc3fd90ad56a6f828275.tar.gz",
|
|
.hash = "1220a1dd91457d0131b50db15fb1bc51208ecadf1a23ad5dfa2d3a6bb3d1de5230c1",
|
|
},
|
|
},
|
|
}
|