mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 15:19:07 +08:00
5c65160378
* [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>
14 lines
266 B
JSON
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
|
|
}
|
|
]
|
|
}
|