mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 00:38:59 +08:00
d672b68add
* [portable-file-dialogs] Add new port * [portable-file-dialogs] Version stuffs
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
|
|
}
|
|
]
|
|
}
|