diff options
Diffstat (limited to 'vcpkg/ports/bullet3/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/bullet3/vcpkg.json | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/vcpkg/ports/bullet3/vcpkg.json b/vcpkg/ports/bullet3/vcpkg.json new file mode 100644 index 0000000..d3cd9d0 --- /dev/null +++ b/vcpkg/ports/bullet3/vcpkg.json @@ -0,0 +1,39 @@ +{ + "name": "bullet3", + "version": "3.25", + "port-version": 3, + "description": "Bullet Physics is a professional collision detection, rigid body, and soft body dynamics library", + "homepage": "https://github.com/bulletphysics/bullet3", + "license": "Zlib", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ], + "features": { + "double-precision": { + "description": "Use float64 doubles for bullet3" + }, + "extras": { + "description": "Build selected extras", + "dependencies": [ + "tinyxml2" + ] + }, + "multithreading": { + "description": "Multithreading functionality for bullet3" + }, + "opencl": { + "description": "Build Bullet3OpenCL_clew library", + "supports": "!uwp" + }, + "rtti": { + "description": "Enable RTTI on windows" + } + } +} |