aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/bullet3/vcpkg.json
blob: d3cd9d054c699515a4db8cb5adf3a11efa7de7f0 (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
32
33
34
35
36
37
38
39
{
  "name": "bullet3",
  "version": "3.25",
  "port-version": 3,
  "description": "Bullet Physics is a professional collision detection, rigid body, and soft body dynamics library",
  "homepage": "https://github.com/bulletphysics/bullet3",
  "license": "Zlib",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ],
  "features": {
    "double-precision": {
      "description": "Use float64 doubles for bullet3"
    },
    "extras": {
      "description": "Build selected extras",
      "dependencies": [
        "tinyxml2"
      ]
    },
    "multithreading": {
      "description": "Multithreading functionality for bullet3"
    },
    "opencl": {
      "description": "Build Bullet3OpenCL_clew library",
      "supports": "!uwp"
    },
    "rtti": {
      "description": "Enable RTTI on windows"
    }
  }
}