mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 10:21:07 +08:00
e162e68c7e
* [termcolor] update to the master * add port version * update version * update v2.1.0 * update version * format version * overwrite version * add license * update version * update license * update verison
18 lines
394 B
JSON
18 lines
394 B
JSON
{
|
|
"name": "termcolor",
|
|
"version": "2.1.0",
|
|
"description": "Termcolor is a header-only C++ library for printing colored messages to the terminal.",
|
|
"homepage": "https://github.com/ikalnytskyi/termcolor",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|