Adding cgrustplot library as a dependency

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

cargo add cgrustplot

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

cgrustplot = "1.2.2"

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

Back to the crate overview.