aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/tinyfiledialogs/vcpkg.json
blob: 944e45dadc60f327130a2e11ce2e510e1b472262 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "tinyfiledialogs",
  "version": "3.19.1",
  "description": "Highly portable and cross-platform dialogs for native inputbox, passwordbox, colorpicker and more",
  "homepage": "https://sourceforge.net/projects/tinyfiledialogs/",
  "supports": "!uwp",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}