Adding nannou_egui library as a dependency

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

cargo add nannou_egui

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

nannou_egui = "0.19.0"

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

Back to the crate overview.