vcpkg/ports/nativefiledialog/vcpkg.json
Haoran Ni 6e1449b30a
[nativefiledialog] Upgrade port to release 116 (#22645)
* port: (nativefiledialog) upgrade to release 116

* port: [nativefiledialog] modify version

* Update version database

* update nativefiledialog

* update version

Co-authored-by: Jonliu1993 <13720414433@163.com>
2022-01-20 15:48:57 -08:00

23 lines
495 B
JSON

{
"name": "nativefiledialog",
"version-date": "2022-01-20",
"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"
}
}
}