Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

32 lines
557 B
JSON

{
"name": "mujoco",
"version": "3.3.0",
"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",
"marchingcubecpp",
"qhull",
"sdflib",
"tinyobjloader",
"tinyxml2",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}