vcpkg/ports/joltphysics/vcpkg.json

19 lines
431 B
JSON
Raw Normal View History

{
"name": "joltphysics",
2024-04-06 02:20:31 +02:00
"version": "5.0.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
}
]
}