mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 06:29:07 +08:00
f44fb85b34
* [vcpkg baseline][pangolin] Set CMAKE_DISABLE_FIND_PACKAGE_XX to ON * Update baseline version
21 lines
377 B
JSON
21 lines
377 B
JSON
{
|
|
"name": "pangolin",
|
|
"version-string": "0.5",
|
|
"port-version": 15,
|
|
"description": "Lightweight GUI Library",
|
|
"homepage": "https://github.com/stevenlovegrove/Pangolin",
|
|
"supports": "!uwp & !osx",
|
|
"dependencies": [
|
|
"eigen3",
|
|
{
|
|
"name": "ffmpeg",
|
|
"features": [
|
|
"avformat"
|
|
]
|
|
},
|
|
"glew",
|
|
"libjpeg-turbo",
|
|
"libpng"
|
|
]
|
|
}
|