vcpkg/ports/pixman/vcpkg.json
Alonso Schaich f7caa53db0
[pixman] Update to 0.43.2 (#36686)
* [pixman] Update to 0.43.2 (microsoft/vcpkg#36685)

* [pixman] regenerate versions (microsoft/vcpkg#36685)
2024-02-12 14:21:04 -08:00

15 lines
383 B
JSON

{
"name": "pixman",
"version": "0.43.2",
"description": "Pixman is a low-level software library for pixel manipulation, providing features such as image compositing and trapezoid rasterization.",
"homepage": "https://www.cairographics.org/releases",
"license": "MIT",
"dependencies": [
"libpng",
{
"name": "vcpkg-tool-meson",
"host": true
}
]
}