color-console v2022-03-20
- Created
- Updated
A lightweight header-only C++ library to bring colors to your Windows console with a very-easy-to-use API.
# Usage
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})
# License
# Supported Platforms
All platforms are supported
# Features
No features defined.
# Dependencies
No dependencies.
# Host Dependencies
No dependencies.
# Dependents
No dependents.
# Host Dependents
No dependents.
# Contributors
PanForPancakes