chore: format for Rust 2024
This commit is contained in:
parent
0a8da05847
commit
1f7f0c70b7
99 changed files with 414 additions and 442 deletions
|
|
@ -1,9 +1,9 @@
|
|||
// SPDX-License-Identifier: GPL-3.0-only
|
||||
|
||||
use crate::{
|
||||
State,
|
||||
backend::kms::Timings,
|
||||
shell::focus::target::{KeyboardFocusTarget, PointerFocusTarget, PointerFocusToplevel},
|
||||
State,
|
||||
};
|
||||
use egui::Color32;
|
||||
use smithay::{
|
||||
|
|
@ -16,7 +16,7 @@ use smithay::{
|
|||
},
|
||||
},
|
||||
desktop::WindowSurface,
|
||||
input::{keyboard::xkb, Seat},
|
||||
input::{Seat, keyboard::xkb},
|
||||
reexports::wayland_server::Resource,
|
||||
utils::{Logical, Rectangle, Time},
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue