aboutsummaryrefslogtreecommitdiff
path: root/ports/urdfdom/vcpkg.json
blob: d235316bcb11e7f64bf64d8fe81e2ebf683e13fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "name": "urdfdom",
  "version-string": "1.0.4",
  "port-version": 4,
  "description": "Provides core data structures and a simple XML parsers for populating the class data structures from an URDF file.",
  "homepage": "https://github.com/ros/urdfdom",
  "dependencies": [
    "console-bridge",
    "tinyxml",
    "urdfdom-headers"
  ]
}