mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 02:29:07 +08:00
51569b47e1
* Add feature extras * formated vcpkg.json * update version * formated portfile.cmake * update git-tree * formated portfile.cmake * update git-tree --------- Co-authored-by: Monica <v-liumonica@microsoft.com>
33 lines
748 B
JSON
33 lines
748 B
JSON
{
|
|
"name": "bullet3",
|
|
"version": "3.25",
|
|
"port-version": 1,
|
|
"description": "Bullet Physics is a professional collision detection, rigid body, and soft body dynamics library",
|
|
"homepage": "https://github.com/bulletphysics/bullet3",
|
|
"license": "Zlib",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"double-precision": {
|
|
"description": "Use float64 doubles for bullet3"
|
|
},
|
|
"extras": {
|
|
"description": "Build the extras"
|
|
},
|
|
"multithreading": {
|
|
"description": "Multithreading functionality for bullet3"
|
|
},
|
|
"rtti": {
|
|
"description": "Enable RTTI on windows"
|
|
}
|
|
}
|
|
}
|