mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 13:01:48 +08:00
1ecdbe80b3
* [joltphysics] New port * [joltphysics] Update version files * [joltphysics] Update version files * [joltphysics] Fix libraries installation on Linux and MacOS * [joltphysics] Update version files * [joltphysics] Update to latest commit (compile fixes for MSVC 17.4) * [joltphysics] Update version files * [joltphysics] Remove extra version entry * Update ci.baseline.txt [joltphysics] Revert ci.baseline changes * [joltphysics] Update to 2.0.1 * [joltphysics] Update version files
18 lines
410 B
JSON
18 lines
410 B
JSON
{
|
|
"name": "joltphysics",
|
|
"version": "2.0.1",
|
|
"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
|
|
}
|
|
]
|
|
}
|