vcpkg/ports/pixman/vcpkg.json
Alexandre Bique 9a8ce725d2
[pixman] Fixes compilation error on macOS arm64 (#29169)
* [pixman] fix compilation issue on macOS arm64

* x-add-version
2023-01-25 12:20:43 -08:00

16 lines
404 B
JSON

{
"name": "pixman",
"version": "0.42.2",
"port-version": 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
}
]
}