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
|
|
@ -2,11 +2,10 @@ use std::borrow::Cow;
|
|||
|
||||
use iced_native::{Point, Rectangle, Size, Vector};
|
||||
|
||||
use crate::{
|
||||
canvas::path,
|
||||
canvas::{Fill, Geometry, Path, Stroke, Text},
|
||||
triangle, Primitive,
|
||||
};
|
||||
use crate::triangle;
|
||||
use crate::widget::canvas::path;
|
||||
use crate::widget::canvas::{Fill, Geometry, Path, Stroke, Text};
|
||||
use crate::Primitive;
|
||||
|
||||
use lyon::tessellation;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue