mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 22:19:00 +08:00
83261448a0
* Update nanoflann to 1.3.2 * Update CI baseline Co-authored-by: chausner <chausner@users.noreply.github.com>
17 lines
447 B
JSON
17 lines
447 B
JSON
{
|
|
"name": "nanoflann",
|
|
"version": "1.3.2",
|
|
"description": "nanoflann is a C++11 header-only library for building KD-Trees of datasets with different topologies: R2, R3 (point clouds), SO(2) and SO(3) (2D and 3D rotation groups).",
|
|
"homepage": "https://github.com/jlblancoc/nanoflann",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|