Replace stateful widgets with new iced_pure API
This commit is contained in:
parent
c44267b85f
commit
ff2519b1d4
142 changed files with 3631 additions and 14494 deletions
|
|
@ -1,7 +1,5 @@
|
|||
use crate::{
|
||||
canvas::{Frame, Geometry},
|
||||
Primitive,
|
||||
};
|
||||
use crate::widget::canvas::{Frame, Geometry};
|
||||
use crate::Primitive;
|
||||
|
||||
use iced_native::Size;
|
||||
use std::{cell::RefCell, sync::Arc};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue