mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:41:47 +08:00
50 lines
1.1 KiB
JSON
50 lines
1.1 KiB
JSON
{
|
|
"name": "jasper",
|
|
"version": "4.2.4",
|
|
"description": "Open source implementation of the JPEG-2000 Part-1 standard",
|
|
"homepage": "https://github.com/jasper-software/jasper",
|
|
"license": null,
|
|
"dependencies": [
|
|
"libjpeg-turbo",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"default-features": [
|
|
"default-features"
|
|
],
|
|
"features": {
|
|
"default-features": {
|
|
"description": "Platform-dependent default features",
|
|
"dependencies": [
|
|
{
|
|
"name": "jasper",
|
|
"default-features": false,
|
|
"features": [
|
|
"opengl"
|
|
],
|
|
"platform": "!(windows & arm) & !uwp & !ios"
|
|
}
|
|
]
|
|
},
|
|
"opengl": {
|
|
"description": "Enable the use of the OpenGL/GLUT Library",
|
|
"dependencies": [
|
|
{
|
|
"name": "freeglut",
|
|
"platform": "!osx & !(windows & arm) & !uwp"
|
|
},
|
|
{
|
|
"name": "opengl",
|
|
"platform": "!(windows & arm) & !uwp"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|