aboutsummaryrefslogtreecommitdiff
path: root/ports/physx/vcpkg.json
blob: 1a93f3f51618225cf5e05346be91134adac1643e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "name": "physx",
  "version-semver": "4.1.2",
  "description": "The NVIDIA PhysX SDK is a scalable multi-platform physics solution supporting a wide range of devices, from smartphones to high-end multicore CPUs and GPUs",
  "homepage": "https://github.com/NVIDIAGameWorks/PhysX",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    }
  ]
}