2021-08-31 21:55:56 +02:00
|
|
|
{
|
|
|
|
"name": "bullet3",
|
2023-03-09 21:15:58 +02:00
|
|
|
"version": "3.25",
|
2024-08-05 23:31:15 -04:00
|
|
|
"port-version": 2,
|
2021-08-31 21:55:56 +02:00
|
|
|
"description": "Bullet Physics is a professional collision detection, rigid body, and soft body dynamics library",
|
|
|
|
"homepage": "https://github.com/bulletphysics/bullet3",
|
2022-03-28 16:42:25 -04:00
|
|
|
"license": "Zlib",
|
2021-11-03 02:57:02 +08:00
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
}
|
|
|
|
],
|
2021-08-31 21:55:56 +02:00
|
|
|
"features": {
|
2022-07-18 18:17:19 -04:00
|
|
|
"double-precision": {
|
|
|
|
"description": "Use float64 doubles for bullet3"
|
|
|
|
},
|
2023-07-31 11:29:51 -07:00
|
|
|
"extras": {
|
|
|
|
"description": "Build the extras"
|
|
|
|
},
|
2021-08-31 21:55:56 +02:00
|
|
|
"multithreading": {
|
|
|
|
"description": "Multithreading functionality for bullet3"
|
2022-07-18 18:17:19 -04:00
|
|
|
},
|
|
|
|
"rtti": {
|
|
|
|
"description": "Enable RTTI on windows"
|
2021-08-31 21:55:56 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|