yuzu/externals/vcpkg/ports/termcolor/vcpkg.json

18 lines
394 B
JSON
Executable File

{
"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
}
]
}