vcpkg/ports/bullet3/vcpkg.json
Mathis bedae7b820
[Bullet3] fixes config failures. (#19236)
* fix bullet3

* add-version

* change version-string to version

* overwrite version

* add export targets; change usage_file

* version

* add bullet include dirs to target

* version

* remove line break

* version

* apply changes from @JackBoosY

* version

* change EOL to LF

* version
2021-08-31 12:55:56 -07:00

13 lines
356 B
JSON

{
"name": "bullet3",
"version": "3.17",
"port-version": 1,
"description": "Bullet Physics is a professional collision detection, rigid body, and soft body dynamics library",
"homepage": "https://github.com/bulletphysics/bullet3",
"features": {
"multithreading": {
"description": "Multithreading functionality for bullet3"
}
}
}