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