mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 11:49:05 +08:00
dc9d737351
* pixman: add missing include and fix clang-cl builds * v db * use correct <> isntead of "" * v db * make the patch depend on _MSC_VER * v db * fix bug in vcpkg_configure_meson not linking WindowsApp.lib fix another bug that system=windowsstore which meson doesn recognize * bump port version * v db
16 lines
404 B
JSON
16 lines
404 B
JSON
{
|
|
"name": "pixman",
|
|
"version": "0.40.0",
|
|
"port-version": 4,
|
|
"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
|
|
}
|
|
]
|
|
}
|