vcpkg/ports/mujoco/vcpkg.json
talregev 3eafaa76fb
[mujoco] Add new port (#28993)
* Add new port mujoco

* Add usage text.

---------

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2023-02-16 13:32:07 -08:00

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
}
]
}