ghostty/pkg/libpng/build.zig.zon
Mitchell Hashimoto 240c60b62a pkg/libpng: update
2024-05-09 20:59:28 -07:00

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" },
},
}