vcpkg/ports/sail/vcpkg.json
2022-01-04 19:48:02 -08:00

26 lines
510 B
JSON

{
"name": "sail",
"version-semver": "0.9.0-pre19",
"port-version": 1,
"description": "The missing small and fast image decoding library for humans (not for machines)",
"homepage": "https://github.com/HappySeaFox/sail",
"supports": "!uwp",
"dependencies": [
"giflib",
"jasper",
"libavif",
"libjpeg-turbo",
"libpng",
"libwebp",
"tiff",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}