mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-05 10:49:06 +08:00
20 lines
412 B
JSON
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
|
|
}
|
|
]
|
|
}
|