vcpkg/ports/pixman/vcpkg.json
paoldev c14c029c71
[pixman] build fix for arm-windows and arm-uwp (#28024)
* [pixman] fix arm-uwp triplet

* [pixman] Fix both arm-windows and arm-uwp triplets

* [pixman] bump port version

* [pixman] update ci.baseline.txt

* [pixman] add-version
2022-12-28 14:04:41 -08:00

16 lines
404 B
JSON

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