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