Adjusted reexports for clarity.
This commit is contained in:
parent
87371ce934
commit
3e600fe775
3 changed files with 3 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue