mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 05:21:29 +08:00
46798970f0
* [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
26 lines
507 B
JSON
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
|
|
}
|
|
]
|
|
}
|