mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 20:38:59 +08:00
cc18a51ed3
* [sail] Update to v0.9.0-pre16 * [sail] vcpkg x-add-version --all * [sail] Update git REPO * [sail] vcpkg x-add-version --all --overwrite-version
24 lines
475 B
JSON
24 lines
475 B
JSON
{
|
|
"name": "sail",
|
|
"version-semver": "0.9.0-pre16",
|
|
"description": "The missing small and fast image decoding library for humans (not for machines)",
|
|
"homepage": "https://github.com/HappySeaFox/sail",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
"giflib",
|
|
"libavif",
|
|
"libjpeg-turbo",
|
|
"libpng",
|
|
"libwebp",
|
|
"tiff",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|