mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 06:59:07 +08:00
31 lines
541 B
JSON
31 lines
541 B
JSON
{
|
|
"name": "mujoco",
|
|
"version": "2.3.2",
|
|
"port-version": 1,
|
|
"description": "Multi-Joint dynamics with Contact.",
|
|
"homepage": "https://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
|
|
}
|
|
]
|
|
}
|