vcpkg/ports/rbdl/vcpkg.json

22 lines
385 B
JSON
Raw Normal View History

{
"name": "rbdl",
2023-10-03 07:35:30 +08:00
"version": "3.3.0",
2024-07-13 22:29:40 +08:00
"port-version": 7,
"description": "Rigid Body Dynamics Library",
"homepage": "https://github.com/rbdl/rbdl",
"dependencies": [
2024-07-13 22:29:40 +08:00
"boost-algorithm",
"boost-lexical-cast",
"eigen3",
"lua",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}