summaryrefslogtreecommitdiffstats
path: root/graphics/src/geometry/stroke.rs
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/src/geometry/stroke.rs')
-rw-r--r--graphics/src/geometry/stroke.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/src/geometry/stroke.rs b/graphics/src/geometry/stroke.rs
index b551a9c9..2d760a6c 100644
--- a/graphics/src/geometry/stroke.rs
+++ b/graphics/src/geometry/stroke.rs
@@ -1,7 +1,7 @@
//! Create lines from a [crate::widget::canvas::Path] and assigns them various attributes/styles.
pub use crate::geometry::Style;
-use crate::Color;
+use iced_core::Color;
/// The style of a stroke.
#[derive(Debug, Clone)]