mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-15 16:26:08 +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/ee70f27c08680307fa35ada92e6b2c36e0ff84c6.tar.gz",
|
|
.hash = "1220b415f529f1c04ed876c2b481e9f8119d353d4e3d4d7c8607ee302d2142e13eca",
|
|
},
|
|
},
|
|
}
|