mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 22:49:06 +08:00
16 lines
326 B
JSON
16 lines
326 B
JSON
|
{
|
||
|
"name": "qt5-imageformats",
|
||
|
"version-string": "5.15.2",
|
||
|
"port-version": 1,
|
||
|
"description": "Qt5 Image Formats Module - Plugins for additional image formats: TIFF, MNG, TGA, WBMP",
|
||
|
"dependencies": [
|
||
|
"jasper",
|
||
|
"libwebp",
|
||
|
{
|
||
|
"name": "qt5-base",
|
||
|
"default-features": false
|
||
|
},
|
||
|
"tiff"
|
||
|
]
|
||
|
}
|