pineapple/externals/vcpkg/ports/bullet3/vcpkg.json
2022-07-23 03:01:36 +02:00

22 lines
509 B
JSON
Executable file

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