vcpkg/ports/pangolin/vcpkg.json
Phoebe f44fb85b34
[vcpkg baseline][pangolin] Set CMAKE_DISABLE_FIND_PACKAGE_XX to ON (#17250)
* [vcpkg baseline][pangolin] Set CMAKE_DISABLE_FIND_PACKAGE_XX  to ON

* Update baseline version
2021-04-13 15:19:33 -07:00

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"
]
}