Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

20 lines
408 B
JSON

{
"name": "chipmunk",
"version": "7.0.3",
"port-version": 7,
"description": "A fast and lightweight 2D game physics library.",
"homepage": "https://github.com/slembcke/Chipmunk2D",
"license": "MIT",
"supports": "!(arm & !arm64 & android)",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}