vcpkg/ports/bullet3/vcpkg.json
gyrovague a01d0a94a8
Update Bullet3 to version 3.25. (#30097)
Co-authored-by: Bert van Leeuwen <bvl@msim.metrea.aero>
2023-03-09 11:15:58 -08:00

29 lines
664 B
JSON

{
"name": "bullet3",
"version": "3.25",
"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"
},
"multithreading": {
"description": "Multithreading functionality for bullet3"
},
"rtti": {
"description": "Enable RTTI on windows"
}
}
}