aboutsummaryrefslogtreecommitdiff
path: root/ports/nativefiledialog/vcpkg.json
blob: a9fb973797db15850b6a5ba76b9566d126b8fcec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "name": "nativefiledialog",
  "version-date": "2019-08-28",
  "port-version": 1,
  "description": "A tiny, neat C library that portably invokes native file open and save dialogs",
  "homepage": "https://github.com/mlabbe/nativefiledialog",
  "supports": "!uwp",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ],
  "features": {
    "zenity": {
      "description": "Using Zenity backend on Linux"
    }
  }
}