vcpkg/ports/sail/vcpkg.json
Dmitry Baryshev c1aae67341
[sail] Update to 0.9.0-pre20 (#22986)
* [sail] Update to 0.9.0-pre20

* [sail] vcpkg x-add-version --all --overwrite-version
2022-02-07 18:59:19 -08:00

26 lines
509 B
JSON

{
"name": "sail",
"version-semver": "0.9.0-pre20",
"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
}
]
}