mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 07:19:00 +08:00
c5b5b4ea11
`rtabmap-res_tool` is moved to a separate port because it is a host dependency, and actual dependencies of `rtabmap` are heavy and non opt-out. Only minimal patching needed. Co-authored-by: Alexander Neumann <30894796+Neumann-A@users.noreply.github.com>
15 lines
324 B
JSON
15 lines
324 B
JSON
{
|
|
"name": "rtabmap-res-tool",
|
|
"version": "0.21.4.1",
|
|
"description": "Real-Time Appearance-Based Mapping, resource generator",
|
|
"homepage": "https://introlab.github.io/rtabmap/",
|
|
"license": "BSD-3-Clause",
|
|
"supports": "native",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|