vcpkg/ports/pangolin/vcpkg.json
Jack·Boos·Yu 7d40a546b8
[vcpkg baseline][pangolin] Add options to dependencies to avoid finding them automatically (#17014)
* [vcpkg baseline][pangolin] Add options to dependencies to avoid finding them automatically

* update version record

* switch to CMAKE_DISABLE_FIND_PACKAGE_PORT

* bump version
2021-04-01 10:07:01 -07:00

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