mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 03:09:00 +08:00
71542c0ff1
Co-authored-by: LilyWangLL <4945507022qq.com>
27 lines
650 B
JSON
27 lines
650 B
JSON
{
|
|
"name": "joltphysics",
|
|
"version": "5.1.0",
|
|
"port-version": 2,
|
|
"description": "A multi core friendly rigid body physics and collision detection library suitable for games and VR applications",
|
|
"homepage": "https://github.com/jrouwe/JoltPhysics",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"debugrenderer": {
|
|
"description": "Enable debug renderer in Debug and Release builds"
|
|
},
|
|
"profiler": {
|
|
"description": "Enable the profiler in Debug and Release builds"
|
|
}
|
|
}
|
|
}
|