mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 07:46:12 +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/4186e9fd445d12041651abe59ea5f396499b0844.tar.gz",
|
|
.hash = "1220bc2612b57b0cfaaecbcac38e3144e5a9362ff668d71eb8334e895047bdbb7148",
|
|
},
|
|
},
|
|
}
|