mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-14 22:01:23 +08:00
73ec570986
* [pixman]add mips64 support * [pixman]update port version * [pixman]update version database * format code style. * update version database Co-authored-by: Jamlys Lee <jamlys_lee@163.com>
16 lines
404 B
JSON
16 lines
404 B
JSON
{
|
|
"name": "pixman",
|
|
"version": "0.40.0",
|
|
"port-version": 3,
|
|
"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
|
|
}
|
|
]
|
|
}
|