Update lyon to 1.0 🎉
Congrats and thanks to @nical!
This commit is contained in:
parent
d1505a98d9
commit
fe34b7a339
4 changed files with 8 additions and 9 deletions
|
|
@ -8,7 +8,7 @@ use lyon::path::builder::SvgPathBuilder;
|
|||
/// Once a [`Path`] is built, it can no longer be mutated.
|
||||
#[allow(missing_debug_implementations)]
|
||||
pub struct Builder {
|
||||
raw: lyon::path::builder::WithSvg<lyon::path::path::Builder>,
|
||||
raw: lyon::path::builder::WithSvg<lyon::path::path::BuilderImpl>,
|
||||
}
|
||||
|
||||
impl Builder {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue