From 3e600fe7754645ffdfca595060273b1e96c9a162 Mon Sep 17 00:00:00 2001 From: shan Date: Fri, 7 Oct 2022 13:10:37 -0700 Subject: Adjusted reexports for clarity. --- examples/modern_art/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/modern_art') diff --git a/examples/modern_art/src/main.rs b/examples/modern_art/src/main.rs index 362e4ad1..fc203cff 100644 --- a/examples/modern_art/src/main.rs +++ b/examples/modern_art/src/main.rs @@ -1,5 +1,5 @@ use iced::widget::canvas::{ - self, Cache, Canvas, Cursor, Frame, Geometry, Gradient, Position, Location + self, Cache, Canvas, Cursor, Frame, Geometry, Gradient, gradient::Position, gradient::Location }; use iced::{ executor, Application, Color, Command, Element, Length, Point, Rectangle, -- cgit