mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-05 08:49:01 +08:00
17 lines
331 B
JSON
17 lines
331 B
JSON
|
{
|
||
|
"name": "portable-file-dialogs",
|
||
|
"version": "0.1.0",
|
||
|
"description": "Portable GUI dialogs library",
|
||
|
"homepage": "https://github.com/samhocevar/portable-file-dialogs",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
},
|
||
|
{
|
||
|
"name": "vcpkg-cmake-config",
|
||
|
"host": true
|
||
|
}
|
||
|
]
|
||
|
}
|