diff --git a/src/keyframes/style_container.rs b/src/keyframes/style_container.rs index 42e19b9..e9812cb 100644 --- a/src/keyframes/style_container.rs +++ b/src/keyframes/style_container.rs @@ -1,7 +1,7 @@ use crate::reexports::iced_core::{ widget::Id as IcedId, Element, Length, Padding, Pixels, Renderer as IcedRenderer, }; -use crate::reexports::iced_style::{self, container::StyleSheet}; +use crate::reexports::iced_style::{container::StyleSheet}; use crate::keyframes::{as_f32, get_length, Repeat}; use crate::timeline::{Frame, Interped}; diff --git a/src/widget/container.rs b/src/widget/container.rs index acffbab..5e00484 100644 --- a/src/widget/container.rs +++ b/src/widget/container.rs @@ -1,6 +1,6 @@ //! Decorate content and apply alignment. -use crate::reexports::{iced, iced_core, iced_style}; +use crate::reexports::{iced_core, iced_style}; use iced_core::alignment::{self, Alignment}; use iced_core::event::{self, Event}; use iced_core::layout;