vcpkg/ports/sail/vcpkg.json
Dmitry Baryshev 769c6c15c7
[sail] Update to 0.9.0-pre19 (#22118)
* [sail] Update to 0.9.0-pre19

* [sail] vcpkg x-add-version --all --overwrite-version

* [sail] Remove vcpkg_fail_port_install

* [sail] vcpkg x-add-version --all --overwrite-version
2021-12-21 23:10:58 -05:00

25 lines
489 B
JSON

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