mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 17:29:01 +08:00
462885c7fb
* [idyntree] Update idyntree port to 9.0.0 Furthermore, remove irrlicht feature from default features as since version 9.0.0 idyntree requires irrlicht compiled with SDL support on Windows, and that is not available in irrlicht compiled by vcpkg. * [idyntree] Update versions
39 lines
779 B
JSON
39 lines
779 B
JSON
{
|
|
"name": "idyntree",
|
|
"version": "9.0.0",
|
|
"description": "Multibody Dynamics Library designed for Free Floating Robots.",
|
|
"homepage": "https://github.com/robotology/idyntree",
|
|
"license": "LGPL-2.1-or-later",
|
|
"dependencies": [
|
|
"eigen3",
|
|
"libxml2",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"default-features": [
|
|
"assimp"
|
|
],
|
|
"features": {
|
|
"assimp": {
|
|
"description": "Add support for loading meshes",
|
|
"dependencies": [
|
|
"assimp"
|
|
]
|
|
},
|
|
"irrlicht": {
|
|
"description": "Add support for irrlicht-based visualizer",
|
|
"supports": "!windows",
|
|
"dependencies": [
|
|
"glfw3",
|
|
"irrlicht"
|
|
]
|
|
}
|
|
}
|
|
}
|