mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 19:39:00 +08:00
22eb872fdf
There was no supports expression before. There was no ci.baseline.txt impact. In support of https://github.com/microsoft/vcpkg/pull/21502
15 lines
415 B
JSON
15 lines
415 B
JSON
{
|
|
"name": "physx",
|
|
"version-semver": "4.1.2",
|
|
"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",
|
|
"homepage": "https://github.com/NVIDIAGameWorks/PhysX",
|
|
"supports": "!mingw",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|