chore: add rustfmt config
This commit is contained in:
parent
9abc4d483b
commit
9c2a86a8f4
98 changed files with 419 additions and 540 deletions
|
|
@ -3,12 +3,10 @@ use crate::iced;
|
|||
use iced::core::alignment::{self, Alignment};
|
||||
use iced::core::event::{self, Event};
|
||||
use iced::core::layout::{self, Layout};
|
||||
use iced::core::mouse;
|
||||
use iced::core::overlay;
|
||||
use iced::core::renderer;
|
||||
use iced::core::widget::{Operation, Tree};
|
||||
use iced::core::{
|
||||
Clipboard, Element, Length, Padding, Pixels, Rectangle, Shell, Size, Vector, Widget, widget,
|
||||
Clipboard, Element, Length, Padding, Pixels, Rectangle, Shell, Size, Vector, Widget, mouse,
|
||||
overlay, renderer, widget,
|
||||
};
|
||||
use iced::touch;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue