blob: 53a2940ffdbc932dc8603f23ee75867966ff3dca (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
{
"name": "libmultisense",
"version": "7.2.0",
"description": "A C++ library for interfacing with the MultiSense S family of sensors from Carnegie Robotics.",
"homepage": "https://github.com/carnegierobotics/LibMultiSense",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"json-serialization": {
"description": "Build JSON type serialization helpers.",
"dependencies": [
{
"name": "nlohmann-json",
"version>=": "3.10.2"
}
]
},
"opencv": {
"description": "Build OpenCV helpers.",
"dependencies": [
"opencv"
]
},
"utilities": {
"description": "Build MultiSense utility applications."
}
}
}
|