diff options
| author | 2021-10-31 16:13:03 +0700 | |
|---|---|---|
| committer | 2021-10-31 16:14:38 +0700 | |
| commit | b3a01973c6c726e6539be959659f4306ef3234c6 (patch) | |
| tree | 06e6ce43b5e47eb78f2707eb2c6177a2f9af91f4 /glow | |
| parent | 0aafcde0ef1533c9eeba0379de8c0082e30c7504 (diff) | |
| download | iced-b3a01973c6c726e6539be959659f4306ef3234c6.tar.gz iced-b3a01973c6c726e6539be959659f4306ef3234c6.tar.bz2 iced-b3a01973c6c726e6539be959659f4306ef3234c6.zip | |
Introduce first-class `text` module in `iced_native`
Diffstat (limited to '')
| -rw-r--r-- | glow/src/text.rs | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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 { | 
