Adding tangram_text library as a dependency

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

cargo add tangram_text

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

tangram_text = "0.7.0"

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

Back to the crate overview.