vcpkg/ports/h3/vcpkg.json
chausner c4e4436f94
[h3] Update to 4.1.0 (#29101)
* Update h3 to 4.1.0

* Update CI baseline

Co-authored-by: chausner <chausner@users.noreply.github.com>
2023-01-24 00:45:10 -08:00

19 lines
366 B
JSON

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