mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 04:09:00 +08:00
19 lines
403 B
JSON
19 lines
403 B
JSON
{
|
|
"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
|
|
}
|
|
]
|
|
}
|