Skip to content

Commit

Permalink
Update piano_range.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
guylamar2006 authored Dec 1, 2024
1 parent 1eea4f5 commit 5c97a43
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions neothesia-iced-widgets/src/piano_range.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ use iced_core::{
text::Renderer as TextRenderer,
Text
};
// Removed unused imports
// use iced_wgpu::Renderer;
// use super::Element;

pub struct PianoRange(pub std::ops::RangeInclusive<u8>);

Expand Down

0 comments on commit 5c97a43

Please sign in to comment.