vcpkg/ports/sail/vcpkg.json
Dmitry Baryshev 46798970f0
[sail] Update to 0.9.0-rc1 (#26781)
* [sail] Update to 0.9.0-rc1

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

* [sail] Added quotes

* [sail] vcpkg x-add-version --all --overwrite-version
2022-09-15 12:31:18 -07:00

26 lines
507 B
JSON

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