vcpkg/ports/gz-physics6/vcpkg.json

24 lines
551 B
JSON
Raw Normal View History

2023-11-01 03:54:17 +08:00
{
"name": "gz-physics6",
"version": "6.5.1",
2023-11-10 03:28:51 +08:00
"port-version": 1,
2023-11-01 03:54:17 +08:00
"description": "component of Gazebo, provides an abstract physics interface designed to support simulation and rapid development of robot applications.",
"homepage": "https://gazebosim.org/libs/physics",
"license": "Apache-2.0",
"dependencies": [
"bullet3",
"dartsim",
"eigen3",
"gz-cmake3",
"gz-common5",
"gz-math7",
"gz-plugin2",
"gz-utils2",
{
"name": "ignition-modularscripts",
"host": true
},
"sdformat13"
]
}