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