aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/arsenalgear/vcpkg.json
blob: b717b04c7070e8d09e52e930035c53d94f343ad4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "arsenalgear",
  "version": "2.1.1",
  "description": "A library containing general purpose C++ utils.",
  "homepage": "https://github.com/JustWhit3/arsenalgear-cpp",
  "license": "MIT",
  "supports": "!uwp",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}