vcpkg/ports/octomap/vcpkg.json
Frank 6710068ea8
[octomap] update version to 1.9.6 (#26632)
* [octomap] update version to 1.9.6

* update version
2022-09-02 10:37:33 -07:00

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
}
]
}