ghostty/pkg/apple-sdk/build.zig.zon
Krzysztof Wolicki 1913243c35 WIP: Update to new build module API after Zig PR #18160
Temporarily change dependency sources to forks until they update
2024-01-03 21:50:32 +01:00

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",
},
},
}