mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-15 19:58:15 +08:00
28179a6fd0
* [octomap] update to 1.9.8 * [octomap] update to 1.9.8
18 lines
357 B
JSON
18 lines
357 B
JSON
{
|
|
"name": "octomap",
|
|
"version": "1.9.8",
|
|
"description": "An Efficient Probabilistic 3D Mapping Framework Based on Octrees",
|
|
"homepage": "https://octomap.github.io/",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|