aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/joltphysics/vcpkg.json
blob: 20cac2c43649032f2ff6db0cb71f618084b1292f (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
{
  "name": "joltphysics",
  "version": "5.4.0",
  "description": "A multi core friendly rigid body physics and collision detection library suitable for games and VR applications",
  "homepage": "https://github.com/jrouwe/JoltPhysics",
  "license": "MIT",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ],
  "features": {
    "debugrenderer": {
      "description": "Enable debug renderer in Debug and Release builds"
    },
    "profiler": {
      "description": "Enable the profiler in Debug and Release builds"
    },
    "rtti": {
      "description": "Enable C++ RTTI"
    }
  }
}