Export widget modules in iced_pure
... and fix collisions with the new `helpers`
This commit is contained in:
parent
cdd906f563
commit
d7100fd259
31 changed files with 378 additions and 232 deletions
|
|
@ -1,6 +1,4 @@
|
|||
use iced::pure::widget::{
|
||||
column, container, pick_list, scrollable, vertical_space,
|
||||
};
|
||||
use iced::pure::{column, container, pick_list, scrollable, vertical_space};
|
||||
use iced::pure::{Element, Sandbox};
|
||||
use iced::{Alignment, Length, Settings};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue