summaryrefslogtreecommitdiffstats
path: root/lazy
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2022-03-16 17:37:19 +0700
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2022-03-16 17:37:19 +0700
commitd7100fd2597da82d97eaf196d50573ea64f3f8ff (patch)
tree4a7fcc2e223ed207fd4cb2dd92a1de3393846d5f /lazy
parentcdd906f563de21dd904bf5b78589d8a999b46931 (diff)
downloadiced-d7100fd2597da82d97eaf196d50573ea64f3f8ff.tar.gz
iced-d7100fd2597da82d97eaf196d50573ea64f3f8ff.tar.bz2
iced-d7100fd2597da82d97eaf196d50573ea64f3f8ff.zip
Export widget modules in `iced_pure`
... and fix collisions with the new `helpers`
Diffstat (limited to 'lazy')
-rw-r--r--lazy/src/pure/responsive.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/lazy/src/pure/responsive.rs b/lazy/src/pure/responsive.rs
index 291f1aaf..2b62a047 100644
--- a/lazy/src/pure/responsive.rs
+++ b/lazy/src/pure/responsive.rs
@@ -3,8 +3,8 @@ use iced_native::layout::{self, Layout};
use iced_native::mouse;
use iced_native::renderer;
use iced_native::{Clipboard, Length, Point, Rectangle, Shell, Size};
+use iced_pure::horizontal_space;
use iced_pure::overlay;
-use iced_pure::widget::horizontal_space;
use iced_pure::widget::tree::{self, Tree};
use iced_pure::{Element, Widget};