mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 15:49:07 +08:00
6710068ea8
* [octomap] update version to 1.9.6 * update version
18 lines
357 B
JSON
18 lines
357 B
JSON
{
|
|
"name": "octomap",
|
|
"version": "1.9.6",
|
|
"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
|
|
}
|
|
]
|
|
}
|