mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-17 19:50:47 +08:00
23 lines
464 B
JSON
23 lines
464 B
JSON
|
{
|
||
|
"name": "nativefiledialog-extended",
|
||
|
"version": "1.1.1",
|
||
|
"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
|
||
|
}
|
||
|
]
|
||
|
}
|