aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/gz-utils/vcpkg.json
blob: 9af644df020d17179388f7fe7934c4c939908cdf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "gz-utils",
  "version": "3.1.0",
  "description": "Ignition Utils, a component of Ignition Robotics, provides general purpose classes and functions designed for robotic applications.",
  "homepage": "https://gazebosim.org",
  "license": "Apache-2.0",
  "dependencies": [
    "gz-cmake",
    {
      "name": "ignition-modularscripts",
      "host": true
    },
    "spdlog"
  ]
}