From b3a01973c6c726e6539be959659f4306ef3234c6 Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Sun, 31 Oct 2021 16:13:03 +0700 Subject: Introduce first-class `text` module in `iced_native` --- glow/src/text.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'glow') diff --git a/glow/src/text.rs b/glow/src/text.rs index 6e2172ba..3b6f3bf5 100644 --- a/glow/src/text.rs +++ b/glow/src/text.rs @@ -5,7 +5,7 @@ use iced_graphics::font; use glow_glyph::ab_glyph; use std::{cell::RefCell, collections::HashMap}; -pub use iced_native::widget::text::Hit; +pub use iced_native::text::Hit; #[derive(Debug)] pub struct Pipeline { -- cgit