aboutsummaryrefslogtreecommitdiff
path: root/ports/physfs/vcpkg.json
blob: b740565cafc6321e47f63c60599981830e05dec7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "name": "physfs",
  "version-semver": "3.0.2",
  "port-version": 6,
  "description": "a library to provide abstract access to various archives",
  "homepage": "https://icculus.org/physfs/",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    "zlib"
  ]
}