mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 07:46:12 +03:00
11 lines
351 B
Zig
11 lines
351 B
Zig
.{
|
|
.name = "apple-sdk",
|
|
.version = "0.1.0",
|
|
.dependencies = .{
|
|
.macos_sdk = .{
|
|
.url = "https://github.com/der-teufel-programming/zig-build-macos-sdk/archive/51dc3ff03b6f103043ed12f7d4508d270475b569.tar.gz",
|
|
.hash = "12201f1da86d5de762253305b89775ca70c4f1c818695a128649b88f358ca7a4f61f",
|
|
},
|
|
},
|
|
}
|