A lightweight header-only C++ library to bring colors to your Windows console with a very-easy-to-use API.
Run the following Vcpkg command to install the port.
vcpkg install color-console
The package zstr is header only and can be used from CMake via:
find_path(COLORCONSOLE_INCLUDE_DIRS "colorconsole.hpp") target_include_directories(main PRIVATE ${COLORCONSOLE_INCLUDE_DIRS})
v2022-03-20#0
Mar 22, 2022
All
imfl/color-console259
github.com/imfl/color-console
6065e5175f
MIT
Manifest