mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 19:18:59 +08:00
0de4f9feb6
* [bullet3] Add support for OSX arm triplet * version * Replace depreciate functions * version
24 lines
561 B
JSON
24 lines
561 B
JSON
{
|
|
"name": "bullet3",
|
|
"version": "3.17",
|
|
"port-version": 3,
|
|
"description": "Bullet Physics is a professional collision detection, rigid body, and soft body dynamics library",
|
|
"homepage": "https://github.com/bulletphysics/bullet3",
|
|
"supports": "!((windows | linux) & (arm | uwp))",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"multithreading": {
|
|
"description": "Multithreading functionality for bullet3"
|
|
}
|
|
}
|
|
}
|