mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 01:59:01 +08:00
3eafaa76fb
* Add new port mujoco * Add usage text. --------- Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
30 lines
512 B
JSON
30 lines
512 B
JSON
{
|
|
"name": "mujoco",
|
|
"version": "2.3.2",
|
|
"description": "Multi-Joint dynamics with Contact.",
|
|
"homepage": "mujoco.org",
|
|
"license": "Apache-2.0",
|
|
"supports": "!(windows & static)",
|
|
"dependencies": [
|
|
{
|
|
"name": "ccd",
|
|
"features": [
|
|
"double-precision"
|
|
]
|
|
},
|
|
"glfw3",
|
|
"lodepng",
|
|
"qhull",
|
|
"tinyobjloader",
|
|
"tinyxml2",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|