aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/gz-math/vcpkg.json
blob: f5ad3b273c27317c189bb981fba42af4ad71a029 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "name": "gz-math",
  "version": "8.1.0",
  "description": "Math API for robotic applications",
  "homepage": "https://ignitionrobotics.org/libs/math",
  "license": null,
  "dependencies": [
    "eigen3",
    "gz-cmake",
    "gz-utils",
    {
      "name": "ignition-modularscripts",
      "host": true
    }
  ]
}