mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-23 02:50:42 +08:00
20 lines
492 B
JSON
20 lines
492 B
JSON
|
{
|
||
|
"name": "simbody",
|
||
|
"version-date": "2022-01-04",
|
||
|
"description": "High-performance C++ multibody dynamics/physics library for simulating articulated biomechanical and mechanical systems like vehicles, robots, and the human skeleton.",
|
||
|
"homepage": "https://simtk.org/home/simbody",
|
||
|
"supports": "!uwp",
|
||
|
"dependencies": [
|
||
|
"blas",
|
||
|
"lapack",
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
},
|
||
|
{
|
||
|
"name": "vcpkg-cmake-config",
|
||
|
"host": true
|
||
|
}
|
||
|
]
|
||
|
}
|