mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 13:59:01 +08:00
294c7e2240
* [joltphysics] Update to latest commit * update version * update to 4.0.0 * update version * Update joltphysics.json
18 lines
410 B
JSON
18 lines
410 B
JSON
{
|
|
"name": "joltphysics",
|
|
"version": "4.0.0",
|
|
"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
|
|
}
|
|
]
|
|
}
|