20 lines
408 B
JSON
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
|
|
}
|
|
]
|
|
}
|