aboutsummaryrefslogtreecommitdiff
path: root/ports/dartsim/vcpkg.json
blob: 0029e6c3c968f30fccb5821d2f56fbca3e961235 (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
{
  "name": "dartsim",
  "version-string": "6.9.4",
  "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"
  ]
}