vcpkg/ports/rbdl/vcpkg.json

21 lines
349 B
JSON
Raw Normal View History

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