diff options
Diffstat (limited to 'vcpkg/ports/chipmunk/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/chipmunk/vcpkg.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/vcpkg/ports/chipmunk/vcpkg.json b/vcpkg/ports/chipmunk/vcpkg.json new file mode 100644 index 0000000..5877bd2 --- /dev/null +++ b/vcpkg/ports/chipmunk/vcpkg.json @@ -0,0 +1,19 @@ +{ + "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 + } + ] +} |