Run cargo fmt
This commit is contained in:
parent
20a0577034
commit
b957453404
17 changed files with 95 additions and 107 deletions
|
|
@ -9,12 +9,12 @@ pub mod path;
|
|||
|
||||
mod cache;
|
||||
mod cursor;
|
||||
pub mod fill;
|
||||
pub(crate) mod frame;
|
||||
mod geometry;
|
||||
mod program;
|
||||
mod text;
|
||||
pub mod fill;
|
||||
pub mod stroke;
|
||||
pub(crate) mod frame;
|
||||
mod text;
|
||||
|
||||
pub use cache::Cache;
|
||||
pub use cursor::Cursor;
|
||||
|
|
@ -27,8 +27,8 @@ pub use program::Program;
|
|||
pub use stroke::{LineCap, LineDash, LineJoin, Stroke};
|
||||
pub use text::Text;
|
||||
|
||||
use crate::{Backend, Primitive, Renderer};
|
||||
pub use crate::gradient::{self, Gradient};
|
||||
use crate::{Backend, Primitive, Renderer};
|
||||
|
||||
use iced_native::layout::{self, Layout};
|
||||
use iced_native::mouse;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue