mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-12 19:19:01 +08:00
3a5f4bf44a
* Updated to 105.0 * New version
23 lines
982 B
JSON
23 lines
982 B
JSON
{
|
|
"name": "omniverse-physx-sdk",
|
|
"version": "5.2.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 differs from the other 'physx' port (pointing to a repo no longer officially supported by NVIDIA) in supported platforms. It guarantees support only for Omniverse supported platforms. 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
|
|
}
|
|
]
|
|
}
|