pineapple/externals/vcpkg/ports/pixman/vcpkg.json
2022-07-23 03:01:36 +02:00

15 lines
404 B
JSON
Executable file

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