2023-04-18 06:35:46 +08:00
|
|
|
{
|
|
|
|
"name": "idyntree",
|
2024-06-13 07:09:11 +08:00
|
|
|
"version": "12.3.1",
|
2023-04-18 06:35:46 +08:00
|
|
|
"description": "Multibody Dynamics Library designed for Free Floating Robots.",
|
|
|
|
"homepage": "https://github.com/robotology/idyntree",
|
2023-10-19 01:15:48 +08:00
|
|
|
"license": "BSD-3-Clause",
|
2023-06-16 05:49:00 +08:00
|
|
|
"supports": "!xbox",
|
2023-04-18 06:35:46 +08:00
|
|
|
"dependencies": [
|
|
|
|
"eigen3",
|
|
|
|
"libxml2",
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"default-features": [
|
2023-05-23 03:07:52 +08:00
|
|
|
"assimp"
|
2023-04-18 06:35:46 +08:00
|
|
|
],
|
|
|
|
"features": {
|
|
|
|
"assimp": {
|
|
|
|
"description": "Add support for loading meshes",
|
|
|
|
"dependencies": [
|
|
|
|
"assimp"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"irrlicht": {
|
|
|
|
"description": "Add support for irrlicht-based visualizer",
|
2023-05-23 03:07:52 +08:00
|
|
|
"supports": "!windows",
|
2023-04-18 06:35:46 +08:00
|
|
|
"dependencies": [
|
2023-05-23 03:07:52 +08:00
|
|
|
"glfw3",
|
2023-04-18 06:35:46 +08:00
|
|
|
"irrlicht"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|