22 lines
497 B
JSON
22 lines
497 B
JSON
{
|
|
"name": "robotraconteur-companion",
|
|
"version-semver": "0.4.1",
|
|
"homepage": "https://github.com/robotraconteur/robotraconteur_companion",
|
|
"license": "Apache-2.0",
|
|
"supports": "(windows & (x86 | x64)) | (linux & (x86 | x64 | arm64 | arm32)) | (osx & (x64 | arm64))",
|
|
"dependencies": [
|
|
"eigen3",
|
|
"opencv",
|
|
"robotraconteur",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
"yaml-cpp"
|
|
]
|
|
}
|