mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 11:49:05 +08:00
23 lines
461 B
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
|
|
}
|
|
]
|
|
}
|