early-access version 2853
This commit is contained in:
22
externals/vcpkg/ports/nativefiledialog/vcpkg.json
vendored
Executable file
22
externals/vcpkg/ports/nativefiledialog/vcpkg.json
vendored
Executable file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user