vcpkg/ports/bullet3/vcpkg.json
Jack·Boos·Yu 0de4f9feb6
[bullet3] Add support for OSX arm triplet (#21108)
* [bullet3] Add support for OSX arm triplet

* version

* Replace depreciate functions

* version
2021-11-02 11:57:02 -07:00

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"
}
}
}