mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 16:39:00 +08:00
28 lines
649 B
JSON
28 lines
649 B
JSON
{
|
|
"name": "gz-rendering7",
|
|
"version": "7.4.1",
|
|
"port-version": 1,
|
|
"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-cmake3",
|
|
"gz-common5",
|
|
"gz-math7",
|
|
"gz-plugin2",
|
|
"gz-utils2",
|
|
{
|
|
"name": "ignition-modularscripts",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "ogre-next",
|
|
"features": [
|
|
"planar-reflections"
|
|
]
|
|
},
|
|
"opengl"
|
|
]
|
|
}
|