Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

23 lines
539 B
JSON

{
"name": "libmultisense",
"version": "6.1.0",
"description": "A C++ library for interfacing with the MultiSense S family of sensors from Carnegie Robotics.",
"homepage": "https://github.com/carnegierobotics/LibMultiSense",
"supports": "linux | (windows & !static)",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"utilities": {
"description": "Build MultiSense utility applications."
}
}
}