diff options
Diffstat (limited to 'graphics/src/geometry/path.rs')
-rw-r--r-- | graphics/src/geometry/path.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/src/geometry/path.rs b/graphics/src/geometry/path.rs index 30c387c5..c3127bdf 100644 --- a/graphics/src/geometry/path.rs +++ b/graphics/src/geometry/path.rs @@ -9,7 +9,7 @@ pub use builder::Builder; pub use lyon_path; -use crate::{Point, Size}; +use iced_core::{Point, Size}; /// An immutable set of points that may or may not be connected. /// |