aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/morton-nd/vcpkg.json
blob: 422dc9cf01ad966f99d586152b361b0d3d62897c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "morton-nd",
  "version": "4.0.0",
  "port-version": 3,
  "description": "header-only constexpr library for fast Morton encoding/decoding in N dimensions.",
  "homepage": "https://github.com/kevinhartman/morton-nd",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}