diff options
Diffstat (limited to 'widget/src/helpers.rs')
-rw-r--r-- | widget/src/helpers.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/widget/src/helpers.rs b/widget/src/helpers.rs index 563d84e2..5a0f8107 100644 --- a/widget/src/helpers.rs +++ b/widget/src/helpers.rs @@ -1706,10 +1706,9 @@ where + 'a, Theme: text::Catalog + crate::svg::Catalog + 'a, { - use std::sync::LazyLock; - use crate::core::{Alignment, Font}; use crate::svg; + use std::sync::LazyLock; static LOGO: LazyLock<svg::Handle> = LazyLock::new(|| { svg::Handle::from_memory(include_bytes!("../assets/iced-logo.svg")) |