Skip to content

Commit

Permalink
Add prelude
Browse files Browse the repository at this point in the history
  • Loading branch information
exa04 committed Apr 16, 2024
1 parent eba26d9 commit d636e7d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,8 @@
pub mod controls;
pub mod utils;
pub mod visualizers;

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

0 comments on commit d636e7d

Please sign in to comment.