diff options
author | 2022-10-07 13:10:37 -0700 | |
---|---|---|
committer | 2022-10-07 13:10:37 -0700 | |
commit | 3e600fe7754645ffdfca595060273b1e96c9a162 (patch) | |
tree | 15efaaf23a536ac6bfe75cf7647010c19edf6508 /examples/modern_art | |
parent | 87371ce93411ba900c83cd8230a5814b59092c4b (diff) | |
download | iced-3e600fe7754645ffdfca595060273b1e96c9a162.tar.gz iced-3e600fe7754645ffdfca595060273b1e96c9a162.tar.bz2 iced-3e600fe7754645ffdfca595060273b1e96c9a162.zip |
Adjusted reexports for clarity.
Diffstat (limited to 'examples/modern_art')
-rw-r--r-- | examples/modern_art/src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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, |