mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 01:38:59 +08:00
f62d0f19c1
Fixes the `#Todo` comment in pixman's portfile.cmale
16 lines
404 B
JSON
16 lines
404 B
JSON
{
|
|
"name": "pixman",
|
|
"version": "0.43.4",
|
|
"port-version": 1,
|
|
"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
|
|
}
|
|
]
|
|
}
|