mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 12:28:59 +08:00
24 lines
516 B
JSON
24 lines
516 B
JSON
|
{
|
||
|
"name": "nativefiledialog",
|
||
|
"version-date": "2019-08-28",
|
||
|
"port-version": 1,
|
||
|
"description": "A tiny, neat C library that portably invokes native file open and save dialogs",
|
||
|
"homepage": "https://github.com/mlabbe/nativefiledialog",
|
||
|
"supports": "!uwp",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
},
|
||
|
{
|
||
|
"name": "vcpkg-cmake-config",
|
||
|
"host": true
|
||
|
}
|
||
|
],
|
||
|
"features": {
|
||
|
"zenity": {
|
||
|
"description": "Using Zenity backend on Linux"
|
||
|
}
|
||
|
}
|
||
|
}
|