aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/manif/vcpkg.json
blob: 9d68287d998bb764629f73c9396a9e5f6c0b53d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "name": "manif",
  "version": "0.0.5",
  "description": "A small C++11 header-only library for Lie theory.",
  "homepage": "https://github.com/artivis/manif",
  "documentation": "https://artivis.github.io/manif/",
  "license": "MIT",
  "dependencies": [
    "eigen3",
    "tl-optional",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}