vcpkg/ports/sail/vcpkg.json
Dmitry Baryshev ef43498bac
[sail] Update to 0.9.0-pre21 (#24005)
* [sail] Update to 0.9.0-pre21

* [sail] vcpkg x-add-version --all --overwrite-version
2022-04-07 09:59:18 -07:00

26 lines
509 B
JSON

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