mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 00:18:59 +08:00
20 lines
336 B
JSON
20 lines
336 B
JSON
{
|
|
"name": "rbdl",
|
|
"version": "3.3.0",
|
|
"port-version": 6,
|
|
"description": "Rigid Body Dynamics Library",
|
|
"homepage": "https://github.com/rbdl/rbdl",
|
|
"dependencies": [
|
|
"eigen3",
|
|
"lua",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|