nannou-sketches/sketchlib/src/prelude.rs

5 lines
89 B
Rust

pub use nannou::prelude::*;
pub use rayon::prelude::*;
pub use crate::recording::*;