aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/treehopper/vcpkg.json
blob: 56b9b2fedbdc7cec6e21c3ee15a270fb54aa0fa2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "name": "treehopper",
  "version": "1.11.3",
  "port-version": 11,
  "description": "Treehopper connects the physical world to your computer, tablet, or smartphone.",
  "homepage": "https://treehopper.io",
  "supports": "!uwp & !(static & staticcrt)",
  "dependencies": [
    {
      "name": "libusb",
      "platform": "android | linux"
    },
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}