summaryrefslogtreecommitdiffstats
path: root/graphics/src/geometry/fill.rs
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/src/geometry/fill.rs')
-rw-r--r--graphics/src/geometry/fill.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/src/geometry/fill.rs b/graphics/src/geometry/fill.rs
index 2e8c1669..6aa1f28b 100644
--- a/graphics/src/geometry/fill.rs
+++ b/graphics/src/geometry/fill.rs
@@ -1,7 +1,8 @@
//! Fill [crate::widget::canvas::Geometry] with a certain style.
-use iced_core::{Color, Gradient};
+use iced_core::Color;
pub use crate::geometry::Style;
+use crate::Gradient;
/// The style used to fill geometry.
#[derive(Debug, Clone)]