summaryrefslogtreecommitdiffstats
path: root/glow/src/widget
diff options
context:
space:
mode:
Diffstat (limited to 'glow/src/widget')
-rw-r--r--glow/src/widget/rule.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/glow/src/widget/rule.rs b/glow/src/widget/rule.rs
index 16eaa267..faa2be86 100644
--- a/glow/src/widget/rule.rs
+++ b/glow/src/widget/rule.rs
@@ -2,7 +2,7 @@
use crate::Renderer;
-pub use iced_graphics::rule::{Style, StyleSheet};
+pub use iced_graphics::rule::{FillMode, Style, StyleSheet};
/// Display a horizontal or vertical rule for dividing content.
///