mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 02:19:01 +08:00
32 lines
741 B
JSON
32 lines
741 B
JSON
{
|
|
"name": "chronoengine",
|
|
"version": "8.0.0",
|
|
"description": "Multi-physics Simulation Engine.",
|
|
"homepage": "http://projectchrono.org/",
|
|
"license": "BSD-3-Clause",
|
|
"supports": "(windows & x64 & !static & !uwp) | linux | osx",
|
|
"dependencies": [
|
|
"eigen3",
|
|
"tbb",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"irrlicht": {
|
|
"description": "Default visualization system for interactive 3D viewing of Chrono simulations.",
|
|
"dependencies": [
|
|
"irrlicht"
|
|
]
|
|
},
|
|
"vehicle": {
|
|
"description": "Enables template-based ground vehicle modeling and simulation within Chrono."
|
|
}
|
|
}
|
|
}
|