cargo fmt
This commit is contained in:
parent
43062c1754
commit
39de286d51
40 changed files with 1557 additions and 1080 deletions
|
|
@ -6,8 +6,7 @@ use crate::{
|
|||
logger::LogState,
|
||||
shell::Shell,
|
||||
wayland::protocols::{
|
||||
drm::WlDrmState,
|
||||
output_configuration::OutputConfigurationState,
|
||||
drm::WlDrmState, output_configuration::OutputConfigurationState,
|
||||
workspace::WorkspaceClientState,
|
||||
},
|
||||
};
|
||||
|
|
@ -24,10 +23,7 @@ use smithay::{
|
|||
compositor::CompositorState,
|
||||
data_device::DataDeviceState,
|
||||
dmabuf::DmabufState,
|
||||
output::{
|
||||
OutputManagerState,
|
||||
Mode as OutputMode, Output, Scale,
|
||||
},
|
||||
output::{Mode as OutputMode, Output, OutputManagerState, Scale},
|
||||
seat::{Seat, SeatState},
|
||||
shm::ShmState,
|
||||
viewporter::ViewporterState,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue