Skip to Content

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's avatar PanForPancakes

# Changelog

  • 6065e51 [imfl/color-console] Add new port (#23671)

# Source