diff options
Diffstat (limited to 'vcpkg/ports/gz-rendering7/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/gz-rendering7/vcpkg.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/vcpkg/ports/gz-rendering7/vcpkg.json b/vcpkg/ports/gz-rendering7/vcpkg.json new file mode 100644 index 0000000..f6828b5 --- /dev/null +++ b/vcpkg/ports/gz-rendering7/vcpkg.json @@ -0,0 +1,11 @@ +{ + "name": "gz-rendering7", + "version": "7.4.1", + "port-version": 2, + "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": [ + "gz-rendering" + ] +} |