diff options
Diffstat (limited to '')
-rw-r--r-- | graphics/src/geometry/path.rs (renamed from native/src/widget/canvas/path.rs) | 0 | ||||
-rw-r--r-- | graphics/src/geometry/path/arc.rs (renamed from native/src/widget/canvas/path/arc.rs) | 0 | ||||
-rw-r--r-- | graphics/src/geometry/path/builder.rs (renamed from native/src/widget/canvas/path/builder.rs) | 2 |
3 files changed, 1 insertions, 1 deletions
diff --git a/native/src/widget/canvas/path.rs b/graphics/src/geometry/path.rs index 30c387c5..30c387c5 100644 --- a/native/src/widget/canvas/path.rs +++ b/graphics/src/geometry/path.rs diff --git a/native/src/widget/canvas/path/arc.rs b/graphics/src/geometry/path/arc.rs index e0747d3e..e0747d3e 100644 --- a/native/src/widget/canvas/path/arc.rs +++ b/graphics/src/geometry/path/arc.rs diff --git a/native/src/widget/canvas/path/builder.rs b/graphics/src/geometry/path/builder.rs index 84fda052..4a9c5e36 100644 --- a/native/src/widget/canvas/path/builder.rs +++ b/graphics/src/geometry/path/builder.rs @@ -1,4 +1,4 @@ -use crate::widget::canvas::path::{arc, Arc, Path}; +use crate::geometry::path::{arc, Arc, Path}; use crate::{Point, Size}; use lyon_path::builder::{self, SvgPathBuilder}; |