mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 14:49:02 +08:00
21 lines
377 B
JSON
21 lines
377 B
JSON
|
{
|
||
|
"name": "pangolin",
|
||
|
"version-string": "0.5",
|
||
|
"port-version": 13,
|
||
|
"description": "Lightweight GUI Library",
|
||
|
"homepage": "https://github.com/stevenlovegrove/Pangolin",
|
||
|
"supports": "!uwp & !osx",
|
||
|
"dependencies": [
|
||
|
"eigen3",
|
||
|
{
|
||
|
"name": "ffmpeg",
|
||
|
"features": [
|
||
|
"avformat"
|
||
|
]
|
||
|
},
|
||
|
"glew",
|
||
|
"libjpeg-turbo",
|
||
|
"libpng"
|
||
|
]
|
||
|
}
|