mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 02:41:38 +08:00
e3c42b4418
* fixed 22434 * Clean baseline * update version * version * add supports field since the upstream doesn't support uwp * improve code * version * version Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
40 lines
938 B
JSON
40 lines
938 B
JSON
{
|
|
"name": "sdl2-image",
|
|
"version-string": "2.0.5",
|
|
"port-version": 4,
|
|
"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://www.libsdl.org/projects/SDL_image",
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
}
|