vcpkg/ports/spatial-hash/vcpkg.json
2024-11-25 12:29:43 -08:00

20 lines
412 B
JSON

{
"name": "spatial-hash",
"version": "1.0.0",
"description": "A minimal C++ library for spatial data structures based on voxel hashing.",
"homepage": "https://github.com/MIT-SPARK/Spatial-Hash",
"license": "BSD-3-Clause",
"dependencies": [
"eigen3",
"glog",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}