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