diff options
Diffstat (limited to 'vcpkg/ports/portable-file-dialogs/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/portable-file-dialogs/vcpkg.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/vcpkg/ports/portable-file-dialogs/vcpkg.json b/vcpkg/ports/portable-file-dialogs/vcpkg.json new file mode 100644 index 0000000..d7074d3 --- /dev/null +++ b/vcpkg/ports/portable-file-dialogs/vcpkg.json @@ -0,0 +1,16 @@ +{ + "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 + } + ] +} |