aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/mujoco/vcpkg.json
blob: bdcc8ead8a95833f16d778399975e631b2268247 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
  "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
    }
  ]
}