vcpkg/ports/h3/vcpkg.json

18 lines
339 B
JSON
Raw Normal View History

{
"name": "h3",
"version-semver": "3.7.2",
"description": "A Hexagonal Hierarchical Geospatial Indexing System",
"homepage": "https://github.com/uber/h3",
"supports": "!uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}