aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/chipmunk/vcpkg.json
blob: 5877bd206abeb6354008df848c46e703d2ecb1c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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
    }
  ]
}