aboutsummaryrefslogtreecommitdiff
path: root/ports/rsm-bsa/vcpkg.json
blob: a586e25659550bfea3d3696c49e4f4251b7119f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "name": "rsm-bsa",
  "version-semver": "2.0.3",
  "description": "A C++ library for working with the Bethesda archive file format",
  "homepage": "https://github.com/Ryan-rsm-McKenzie/bsa",
  "documentation": "https://ryan-rsm-mckenzie.github.io/bsa/",
  "supports": "!x86 & !osx & !uwp",
  "dependencies": [
    "lz4",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    },
    "zlib"
  ]
}