mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 03:09:02 +08:00
23 lines
464 B
JSON
23 lines
464 B
JSON
{
|
|
"name": "nativefiledialog-extended",
|
|
"version": "1.2.0",
|
|
"description": "Native File Dialog Extended",
|
|
"homepage": "https://github.com/btzy/nativefiledialog-extended",
|
|
"license": "Zlib",
|
|
"supports": "!android & !ios & !uwp",
|
|
"dependencies": [
|
|
{
|
|
"name": "dbus",
|
|
"platform": "!osx & !windows"
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|