aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/gz-rendering/vcpkg.json
blob: 5525d9320fe178de88a3ad5475edf1b73eacbcea (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
{
  "name": "gz-rendering",
  "version": "9.0.0",
  "description": "Gazebo Rendering is a C++ library designed to provide an abstraction for different rendering engines. It offers unified APIs for creating 3D graphics applications.",
  "homepage": "https://gazebosim.org/libs/rendering",
  "license": "Apache-2.0",
  "dependencies": [
    "freeimage",
    "gz-cmake",
    "gz-common",
    "gz-math",
    "gz-plugin",
    "gz-utils",
    {
      "name": "ignition-modularscripts",
      "host": true
    },
    {
      "name": "ogre-next",
      "features": [
        "planar-reflections"
      ]
    },
    "opengl"
  ]
}