summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorLibravatar shan <shankern@protonmail.com>2022-10-07 13:10:37 -0700
committerLibravatar shan <shankern@protonmail.com>2022-10-07 13:10:37 -0700
commit3e600fe7754645ffdfca595060273b1e96c9a162 (patch)
tree15efaaf23a536ac6bfe75cf7647010c19edf6508 /graphics
parent87371ce93411ba900c83cd8230a5814b59092c4b (diff)
downloadiced-3e600fe7754645ffdfca595060273b1e96c9a162.tar.gz
iced-3e600fe7754645ffdfca595060273b1e96c9a162.tar.bz2
iced-3e600fe7754645ffdfca595060273b1e96c9a162.zip
Adjusted reexports for clarity.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/src/widget/canvas.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/src/widget/canvas.rs b/graphics/src/widget/canvas.rs
index ea8af8c2..36c17906 100644
--- a/graphics/src/widget/canvas.rs
+++ b/graphics/src/widget/canvas.rs
@@ -28,7 +28,7 @@ pub use stroke::{LineCap, LineDash, LineJoin, Stroke};
pub use text::Text;
use crate::{Backend, Primitive, Renderer};
-pub use crate::gradient::{Gradient, Position, Location};
+pub use crate::gradient::{self, Gradient};
use iced_native::layout::{self, Layout};
use iced_native::mouse;