early-access version 2853
This commit is contained in:
22
externals/vcpkg/ports/bullet3/vcpkg.json
vendored
Executable file
22
externals/vcpkg/ports/bullet3/vcpkg.json
vendored
Executable file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"name": "bullet3",
|
||||
"version": "3.22",
|
||||
"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": {
|
||||
"multithreading": {
|
||||
"description": "Multithreading functionality for bullet3"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user