early-access version 2853
This commit is contained in:
53
externals/vcpkg/ports/devil/vcpkg.json
vendored
Executable file
53
externals/vcpkg/ports/devil/vcpkg.json
vendored
Executable file
@@ -0,0 +1,53 @@
|
||||
{
|
||||
"name": "devil",
|
||||
"version": "1.8.0",
|
||||
"port-version": 8,
|
||||
"description": "A full featured cross-platform image library",
|
||||
"homepage": "https://github.com/DentonW/DevIL",
|
||||
"default-features": [
|
||||
"jasper",
|
||||
"lcms",
|
||||
"libjpeg",
|
||||
"libpng",
|
||||
"openexr",
|
||||
"tiff"
|
||||
],
|
||||
"features": {
|
||||
"jasper": {
|
||||
"description": "Use JasPer for .jp2 (and some .icns) support",
|
||||
"dependencies": [
|
||||
"jasper"
|
||||
]
|
||||
},
|
||||
"lcms": {
|
||||
"description": "Use Little CMS for color profiles",
|
||||
"dependencies": [
|
||||
"lcms"
|
||||
]
|
||||
},
|
||||
"libjpeg": {
|
||||
"description": "Use Libjpeg for .jpg (and some .blp) support",
|
||||
"dependencies": [
|
||||
"libjpeg-turbo"
|
||||
]
|
||||
},
|
||||
"libpng": {
|
||||
"description": "Use Libpng for .png (and some .ico)",
|
||||
"dependencies": [
|
||||
"libpng"
|
||||
]
|
||||
},
|
||||
"openexr": {
|
||||
"description": " Use openexr",
|
||||
"dependencies": [
|
||||
"openexr"
|
||||
]
|
||||
},
|
||||
"tiff": {
|
||||
"description": "Use Libtiff for .tif support",
|
||||
"dependencies": [
|
||||
"tiff"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user