mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 11:21:38 +08:00
12dce3ae84
* 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>
14 lines
266 B
JSON
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
|
|
}
|
|
]
|
|
}
|