mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 20:46:41 +08:00
4f1ced56f7
* [sdl2-image] Bump to version 2.6.3 * [sdl2-image] Update baseline * [sdl2-image] Update SHA512 * [sdl2-image] Fix SDL2_image's findwebp. * [sdl2-image] vcpkg_minimum_required is not needed. * [sdl2-image] Update version. * [sdl2-image] Patch `find_*` instead of `findwebp`. * [sdl2-image] Update version.
40 lines
929 B
JSON
40 lines
929 B
JSON
{
|
|
"name": "sdl2-image",
|
|
"version": "2.6.3",
|
|
"description": "SDL_image is an image file loading library. It loads images as SDL surfaces and textures, and supports the following formats: BMP, GIF, JPEG, LBM, PCX, PNG, PNM, TGA, TIFF, WEBP, XCF, XPM, XV",
|
|
"homepage": "https://github.com/libsdl-org/SDL_image",
|
|
"license": "Zlib",
|
|
"dependencies": [
|
|
"libpng",
|
|
"sdl2",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"libjpeg-turbo": {
|
|
"description": "Support for JPEG image format",
|
|
"dependencies": [
|
|
"libjpeg-turbo"
|
|
]
|
|
},
|
|
"libwebp": {
|
|
"description": "Support for WEBP image format.",
|
|
"dependencies": [
|
|
"libwebp"
|
|
]
|
|
},
|
|
"tiff": {
|
|
"description": "Support for TIFF image format",
|
|
"dependencies": [
|
|
"tiff"
|
|
]
|
|
}
|
|
}
|
|
}
|