mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 01:39:01 +08:00
5835ade57b
* jasper * update version * update function * update version
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
|
|
}
|
|
]
|
|
}
|