mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 01:38:59 +08:00
23 lines
774 B
JSON
23 lines
774 B
JSON
{
|
|
"name": "physx",
|
|
"version": "5.3.0",
|
|
"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
|
|
}
|
|
]
|
|
}
|