mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 07:09:06 +08:00
c4e4436f94
* Update h3 to 4.1.0 * Update CI baseline Co-authored-by: chausner <chausner@users.noreply.github.com>
19 lines
366 B
JSON
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
|
|
}
|
|
]
|
|
}
|