Move re-export in widget::canvas in iced_graphics
This commit is contained in:
parent
a8c3b2ddf7
commit
75b05ed42d
1 changed files with 1 additions and 1 deletions
|
|
@ -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};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue