Adding text_box library as a dependency

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

cargo add text_box

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

text_box = "0.2.4"

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

Back to the crate overview.