cairo_annotations
Run this command in a terminal, in your project's directory:
cargo add cairo-annotations
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
Cargo.toml
[dependencies]
cairo-annotations = "0.7.0"
The cairo_annotations library will be automatically available globally. Read the cairo_annotations library documentation.
Back to the crate overview.