2021-09-01 03:55:56 +08:00
|
|
|
{
|
|
|
|
"name": "bullet3",
|
|
|
|
"version": "3.17",
|
2022-01-24 14:43:39 +08:00
|
|
|
"port-version": 4,
|
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-01-24 14:43:39 +08:00
|
|
|
"supports": "osx | !(arm | uwp)",
|
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": {
|
|
|
|
"multithreading": {
|
|
|
|
"description": "Multithreading functionality for bullet3"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|