summaryrefslogtreecommitdiffstats
path: root/graphics/src/geometry/text.rs
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/src/geometry/text.rs')
-rw-r--r--graphics/src/geometry/text.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/src/geometry/text.rs b/graphics/src/geometry/text.rs
index 8c0b2dfb..06e0b4d0 100644
--- a/graphics/src/geometry/text.rs
+++ b/graphics/src/geometry/text.rs
@@ -1,5 +1,5 @@
-use crate::alignment;
-use crate::{Color, Font, Point};
+use iced_core::alignment;
+use iced_core::{Color, Font, Point};
/// A bunch of text that can be drawn to a canvas
#[derive(Debug, Clone)]