vcpkg/ports/sail/vcpkg.json

24 lines
478 B
JSON
Raw Normal View History

2020-12-12 06:17:43 +08:00
{
"name": "sail",
"version-semver": "0.9.0-pre15",
2020-12-12 06:17:43 +08:00
"description": "The missing small and fast image decoding library for humans (not for machines)",
"homepage": "https://github.com/smoked-herring/sail",
"supports": "!uwp",
2020-12-12 06:17:43 +08:00
"dependencies": [
"giflib",
"libavif",
2020-12-12 06:17:43 +08:00
"libjpeg-turbo",
"libpng",
"libwebp",
"tiff",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
2020-12-12 06:17:43 +08:00
]
}