vcpkg/ports/treehopper/vcpkg.json

23 lines
461 B
JSON

{
"name": "treehopper",
"version": "1.11.3",
"port-version": 9,
"description": "Treehopper connects the physical world to your computer, tablet, or smartphone.",
"homepage": "https://treehopper.io",
"supports": "!staticcrt & !uwp",
"dependencies": [
{
"name": "libusb",
"platform": "linux"
},
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}