vcpkg/ports/bullet3/vcpkg.json
John Wason cfc61b1e39
[bullet3] Add bullet3 features double-precision and rtti, enable several extras (#25784)
* Add bullet3 features double-precision and rtti, enable a few extras

* [bullet3] bump port-version, format, x-add-version

* [bullet3] bump port-version

* Update version database

* [bullet3] reduce port-version

* Update version database
2022-07-18 15:17:19 -07:00

30 lines
685 B
JSON

{
"name": "bullet3",
"version": "3.22",
"port-version": 1,
"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"
}
}
}