aboutsummaryrefslogtreecommitdiff
path: root/ports/dartsim/vcpkg.json
blob: 6590d1814070b5e95c8682239cacd3fbab80d561 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
  "name": "dartsim",
  "version": "6.11.0",
  "port-version": 1,
  "description": "Dynamic Animation and Robotics Toolkit",
  "homepage": "https://dartsim.github.io/",
  "dependencies": [
    "assimp",
    "boost-algorithm",
    "boost-filesystem",
    "boost-functional",
    "boost-lexical-cast",
    "boost-math",
    "boost-optional",
    "boost-regex",
    "boost-system",
    "bullet3",
    "ccd",
    "eigen3",
    "fcl",
    "octomap",
    "ode",
    "tinyxml2",
    "urdfdom",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}