Remove unused imports for toggler in iced_graphics

This commit is contained in:
Héctor Ramón Jiménez 2021-10-28 20:17:49 +07:00
parent 5cd744f986
commit 4889a95e59
No known key found for this signature in database
GPG key ID: 140CC052C94F138E

View file

@ -1,7 +1,5 @@
//! Show toggle controls using togglers.
use crate::backend::{self, Backend};
use crate::Renderer;
use iced_native::toggler;
pub use iced_style::toggler::{Style, StyleSheet};