diff options
| author | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
|---|---|---|
| committer | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
| commit | 54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch) | |
| tree | d915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/physx/vcpkg.json | |
Diffstat (limited to 'vcpkg/ports/physx/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/physx/vcpkg.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/vcpkg/ports/physx/vcpkg.json b/vcpkg/ports/physx/vcpkg.json new file mode 100644 index 0000000..8736372 --- /dev/null +++ b/vcpkg/ports/physx/vcpkg.json @@ -0,0 +1,23 @@ +{ + "name": "physx", + "version": "5.5.0", + "port-version": 1, + "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. This is the latest NVIDIA official version of the PhysX engine which also directly integrates into Omniverse. This port is NOT officially supported by NVIDIA.", + "homepage": "https://github.com/NVIDIA-Omniverse/PhysX", + "license": "BSD-3-Clause", + "supports": "(windows & x64 & !mingw & !uwp) | (linux & x64) | (linux & arm64)", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + }, + { + "name": "vcpkg-cmake-get-vars", + "host": true + } + ] +} |