mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 01:38:59 +08:00
3887833719
* [urdfdom] Update to 3.1.0 * Enable static builds * version * Remove from ci baseline * Update headers as well * use version * version * Update dartsim * version * only dynamic * version * Fix version * version * Update dartsim * version * [dartsim] update to fix Windows build failure * Add fmt dependence * urdfdom supports * Update ref * license * version * dartsim isn't supported on 32 bits anymore * version * [dartsim] update to 6.12.2 * version * maybe unused * version * Fix patch * version * cr urdfdom-headers * dartsim * urdfdom * version * license * version
37 lines
663 B
JSON
37 lines
663 B
JSON
{
|
|
"name": "dartsim",
|
|
"version": "6.12.2",
|
|
"description": "Dynamic Animation and Robotics Toolkit",
|
|
"homepage": "https://dartsim.github.io/",
|
|
"license": "BSD-2-Clause",
|
|
"supports": "!x86",
|
|
"dependencies": [
|
|
"assimp",
|
|
"boost-algorithm",
|
|
"boost-filesystem",
|
|
"boost-functional",
|
|
"boost-lexical-cast",
|
|
"boost-math",
|
|
"boost-optional",
|
|
"boost-regex",
|
|
"boost-system",
|
|
"bullet3",
|
|
"ccd",
|
|
"eigen3",
|
|
"fcl",
|
|
"fmt",
|
|
"octomap",
|
|
"ode",
|
|
"tinyxml2",
|
|
"urdfdom",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|