mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-01 01:41:48 +08:00
19 lines
431 B
JSON
19 lines
431 B
JSON
{
|
|
"name": "joltphysics",
|
|
"version": "5.1.0",
|
|
"port-version": 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
|
|
}
|
|
]
|
|
}
|