vcpkg/ports/gtl/vcpkg.json
Gregory Popovitch 5c65160378
[gtl] update version to v1.1.2 (#26084)
* [gtl] Update version to v1.1.2

* commit result of running `vcpkg add-version`

* update gtl.json

update gtl.json

* update version

* Add homepage

* update version

Co-authored-by: Jonliu1993 <13720414433@163.com>
2022-08-01 11:13:41 -07:00

14 lines
266 B
JSON

{
"name": "gtl",
"version": "1.1.2",
"description": "Greg's Template Library of useful classes.",
"homepage": "https://github.com/greg7mdp/gtl",
"license": "Apache-2.0",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
}
]
}