vcpkg/ports/ruckig/vcpkg.json

19 lines
403 B
JSON
Raw Normal View History

2024-10-03 03:10:59 +08:00
{
"name": "ruckig",
"version": "0.14.0",
"description": "Ruckig generates trajectories on-the-fly, allowing robots and machines to react instantaneously to sensor input.",
"homepage": "https://ruckig.com/",
"license": "MIT",
"dependencies": [
"eigen3",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}