mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-15 00:06:09 +03:00
14 lines
357 B
Zig
14 lines
357 B
Zig
.{
|
|
.name = "zlib",
|
|
.version = "1.3.1",
|
|
.paths = .{""},
|
|
.dependencies = .{
|
|
.zlib = .{
|
|
.url = "https://github.com/madler/zlib/archive/refs/tags/v1.3.1.tar.gz",
|
|
.hash = "1220fed0c74e1019b3ee29edae2051788b080cd96e90d56836eea857b0b966742efb",
|
|
},
|
|
|
|
.apple_sdk = .{ .path = "../apple-sdk" },
|
|
},
|
|
}
|