Adding grafix_toolbox library as a dependency

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

cargo add grafix-toolbox

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

grafix-toolbox = "0.8.33"

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

Back to the crate overview.