mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 11:49:07 +08:00
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
|
||
|
}
|
||
|
]
|
||
|
}
|