Update lyon to 0.17 in iced_graphics
This commit is contained in:
parent
6821114cae
commit
d0fe7b57ea
4 changed files with 24 additions and 28 deletions
|
|
@ -1,14 +1,14 @@
|
|||
use crate::canvas::path::{arc, Arc, Path};
|
||||
|
||||
use iced_native::{Point, Size};
|
||||
use lyon::path::builder::{Build, FlatPathBuilder, PathBuilder, SvgBuilder};
|
||||
use lyon::path::builder::SvgPathBuilder;
|
||||
|
||||
/// A [`Path`] builder.
|
||||
///
|
||||
/// Once a [`Path`] is built, it can no longer be mutated.
|
||||
#[allow(missing_debug_implementations)]
|
||||
pub struct Builder {
|
||||
raw: lyon::path::builder::SvgPathBuilder<lyon::path::Builder>,
|
||||
raw: lyon::path::builder::WithSvg<lyon::path::path::Builder>,
|
||||
}
|
||||
|
||||
impl Builder {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue