2022-11-15 06:30:00 +01:00
|
|
|
{
|
|
|
|
"name": "joltphysics",
|
2024-11-27 22:37:24 +01:00
|
|
|
"version": "5.2.0",
|
2022-11-15 06:30:00 +01:00
|
|
|
"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
|
|
|
|
}
|
2024-11-05 13:04:13 -08:00
|
|
|
],
|
|
|
|
"features": {
|
|
|
|
"debugrenderer": {
|
|
|
|
"description": "Enable debug renderer in Debug and Release builds"
|
|
|
|
},
|
|
|
|
"profiler": {
|
|
|
|
"description": "Enable the profiler in Debug and Release builds"
|
|
|
|
}
|
|
|
|
}
|
2022-11-15 06:30:00 +01:00
|
|
|
}
|