Run cargo fmt
This commit is contained in:
parent
28caeccf22
commit
9ceb467e6e
59 changed files with 100 additions and 98 deletions
|
|
@ -2,8 +2,8 @@
|
|||
pub mod subscription {
|
||||
//! Write your own subscriptions.
|
||||
pub use crate::runtime::futures::subscription::{
|
||||
from_recipe, into_recipes, Event, EventStream, Hasher, MacOS,
|
||||
PlatformSpecific, Recipe,
|
||||
Event, EventStream, Hasher, MacOS, PlatformSpecific, Recipe,
|
||||
from_recipe, into_recipes,
|
||||
};
|
||||
}
|
||||
|
||||
|
|
@ -13,6 +13,7 @@ pub mod widget {
|
|||
pub use crate::runtime::task::widget as operate;
|
||||
}
|
||||
|
||||
pub use crate::core::Shell;
|
||||
pub use crate::core::clipboard::{self, Clipboard};
|
||||
pub use crate::core::image;
|
||||
pub use crate::core::layout::{self, Layout};
|
||||
|
|
@ -21,6 +22,5 @@ pub use crate::core::overlay::{self, Overlay};
|
|||
pub use crate::core::renderer::{self, Renderer};
|
||||
pub use crate::core::svg;
|
||||
pub use crate::core::text::{self, Text};
|
||||
pub use crate::core::Shell;
|
||||
pub use crate::renderer::graphics;
|
||||
pub use widget::Widget;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue