mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 03:59:07 +08:00
23 lines
429 B
JSON
23 lines
429 B
JSON
|
{
|
||
|
"name": "jasper",
|
||
|
"version": "2.0.33",
|
||
|
"description": "Open source implementation of the JPEG-2000 Part-1 standard",
|
||
|
"homepage": "https://github.com/mdadams/jasper",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "freeglut",
|
||
|
"platform": "!osx"
|
||
|
},
|
||
|
"libjpeg-turbo",
|
||
|
"opengl",
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
},
|
||
|
{
|
||
|
"name": "vcpkg-cmake-config",
|
||
|
"host": true
|
||
|
}
|
||
|
]
|
||
|
}
|