vcpkg/ports/pixman/vcpkg.json
2024-03-25 15:51:48 -07:00

15 lines
383 B
JSON

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