diff options
Diffstat (limited to 'wgpu/src/geometry.rs')
-rw-r--r-- | wgpu/src/geometry.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wgpu/src/geometry.rs b/wgpu/src/geometry.rs index d2ffda53..8d161015 100644 --- a/wgpu/src/geometry.rs +++ b/wgpu/src/geometry.rs @@ -713,7 +713,7 @@ fn into_fill_rule(rule: fill::Rule) -> lyon::tessellation::FillRule { pub(super) fn dashed(path: &Path, line_dash: LineDash<'_>) -> Path { use lyon::algorithms::walk::{ - walk_along_path, RepeatedPattern, WalkerEvent, + RepeatedPattern, WalkerEvent, walk_along_path, }; use lyon::path::iterator::PathIterator; |