mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 03:30:38 +08:00
48b4cb1cce
* [cmake/getdns/jasper/mesa/sentry-native] Fix error C2065 and C2079 * Add windows check * Add MINGW check * update json Co-authored-by: Cheney-Wang <v-xincwa@microsoft.com>
24 lines
450 B
JSON
24 lines
450 B
JSON
{
|
|
"name": "jasper",
|
|
"version": "2.0.33",
|
|
"port-version": 1,
|
|
"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
|
|
}
|
|
]
|
|
}
|