2021-09-01 03:55:56 +08:00
|
|
|
{
|
|
|
|
"name": "bullet3",
|
|
|
|
"version": "3.17",
|
2021-11-03 02:57:02 +08:00
|
|
|
"port-version": 3,
|
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",
|
2021-11-03 02:57:02 +08:00
|
|
|
"supports": "!((windows | linux) & (arm | uwp))",
|
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
}
|
|
|
|
],
|
2021-09-01 03:55:56 +08:00
|
|
|
"features": {
|
|
|
|
"multithreading": {
|
|
|
|
"description": "Multithreading functionality for bullet3"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|