mirror of
https://github.com/microsoft/vcpkg.git
synced 2026-01-18 01:11:23 +01:00
24 lines
795 B
JSON
24 lines
795 B
JSON
{
|
|
"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
|
|
}
|
|
]
|
|
}
|