Move re-export in widget::canvas in iced_graphics

This commit is contained in:
Héctor Ramón Jiménez 2022-11-03 06:00:32 +01:00
parent a8c3b2ddf7
commit 75b05ed42d
No known key found for this signature in database
GPG key ID: 140CC052C94F138E

View file

@ -15,6 +15,7 @@ mod geometry;
mod program;
mod text;
pub use crate::gradient::{self, Gradient};
pub use cache::Cache;
pub use cursor::Cursor;
pub use event::Event;
@ -26,7 +27,6 @@ pub use program::Program;
pub use stroke::{LineCap, LineDash, LineJoin, Stroke};
pub use text::Text;
pub use crate::gradient::{self, Gradient};
use crate::{Backend, Primitive, Renderer};
use iced_native::layout::{self, Layout};