Adjusted reexports for clarity.

This commit is contained in:
shan 2022-10-07 13:10:37 -07:00
parent 87371ce934
commit 3e600fe775
3 changed files with 3 additions and 4 deletions

View file

@ -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,