mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:29:00 +08:00
22 lines
385 B
JSON
22 lines
385 B
JSON
{
|
|
"name": "rbdl",
|
|
"version": "3.3.0",
|
|
"port-version": 7,
|
|
"description": "Rigid Body Dynamics Library",
|
|
"homepage": "https://github.com/rbdl/rbdl",
|
|
"dependencies": [
|
|
"boost-algorithm",
|
|
"boost-lexical-cast",
|
|
"eigen3",
|
|
"lua",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|