mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 05:21:29 +08:00
f7caa53db0
* [pixman] Update to 0.43.2 (microsoft/vcpkg#36685) * [pixman] regenerate versions (microsoft/vcpkg#36685)
15 lines
383 B
JSON
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
|
|
}
|
|
]
|
|
}
|