mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 15:56:13 +03:00
15 lines
357 B
Zig
15 lines
357 B
Zig
.{
|
|
.name = "libpng",
|
|
.version = "1.6.40",
|
|
.dependencies = .{
|
|
.libpng = .{
|
|
.url = "https://github.com/glennrp/libpng/archive/refs/tags/v1.6.40.tar.gz",
|
|
.hash = "12203d2722e3af6f9556503b114c25fe3eead528a93f5f26eefcb187a460d1548e07",
|
|
},
|
|
|
|
.zlib = .{
|
|
.path = "../zlib",
|
|
},
|
|
},
|
|
}
|