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