Adding term_painter library as a dependency

Run this command in a terminal, in your project's directory:

cargo add term-painter

To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:

term-painter = "0.4.0"

The term_painter library will be automatically available globally. Read the term_painter library documentation.

Back to the crate overview.