Adding conrod_glium library as a dependency

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

cargo add conrod_glium

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

conrod_glium = "0.76.1"

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

Back to the crate overview.