vcpkg/ports/gtl/vcpkg.json
Gregory Popovitch 12dce3ae84
[gtl] Update version to 1.1.8 (#31076)
* Update version to 1.1.6

* run `./vcpkg x-add-version --all --overwrite-version`

* Bump gtl version to 1.1.8

* run `./vcpkg x-add-version --all --overwrite-version`

* Replace hard coded version with `"v${VERSION}"`

* update gtl.json

* Fix version database.

---------

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2023-04-25 22:42:26 -07:00

14 lines
266 B
JSON

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