vcpkg/ports/portable-file-dialogs/vcpkg.json

17 lines
331 B
JSON
Raw Normal View History

{
"name": "portable-file-dialogs",
"version": "0.1.0",
"description": "Portable GUI dialogs library",
"homepage": "https://github.com/samhocevar/portable-file-dialogs",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}