aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/tevclient/vcpkg.json
blob: 4b56bcc885bd40249d88746c5309be147b44d421 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "tevclient",
  "version-date": "2023-12-04",
  "description": "C++ client library for communicating to the tev image viewer",
  "homepage": "https://github.com/westlicht/tevclient",
  "supports": "!uwp",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}