Adding colorimetry_plot library as a dependency

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

cargo add colorimetry-plot

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

colorimetry-plot = "0.0.8"

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

Back to the crate overview.