aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/h3/vcpkg.json
blob: 54f4f8cb50ddd6e55fa25caa5e566d6b797a6315 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "h3",
  "version-semver": "4.4.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
    }
  ]
}