Skip to content

Commit

Permalink
Add more imports to prelude
Browse files Browse the repository at this point in the history
  • Loading branch information
exa04 committed May 6, 2024
1 parent f62bde1 commit 8f2c067
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ pub mod utils;
pub mod visualizers;

pub mod prelude {
pub use crate::controls::*;
pub use crate::utils::ValueScaling;
pub use crate::utils::VisualizerBuffer;
pub use crate::visualizers::*;
}

0 comments on commit 8f2c067

Please sign in to comment.