aboutsummaryrefslogtreecommitdiff
path: root/libs/vcpkg-registry/ports/libloot/vcpkg.json
blob: 57c12256bed85187db93bdd0bf190b4c4526e01c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "name": "libloot",
  "version": "0.26.3",
  "description": "A C++ library for accessing LOOT's metadata and sorting functionality.",
  "homepage": "https://github.com/loot/libloot/",
  "license": "GPL-3.0",
  "supports": "!uwp",
  "dependencies": [
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}