aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/gtl/vcpkg.json
blob: 95e81db5504a7a81ccc17b3876db54f675cda049 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "name": "gtl",
  "version": "1.2.0",
  "description": "Greg's Template Library of useful classes.",
  "homepage": "https://github.com/greg7mdp/gtl",
  "license": "Apache-2.0",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    }
  ]
}