rustfmt example
This commit is contained in:
parent
786d719dad
commit
b2f7d6fbfc
|
@ -1,8 +1,8 @@
|
||||||
extern crate wayland_server;
|
extern crate wayland_server;
|
||||||
extern crate smithay;
|
extern crate smithay;
|
||||||
|
|
||||||
use smithay::backend::winit;
|
|
||||||
use smithay::backend::input::InputBackend;
|
use smithay::backend::input::InputBackend;
|
||||||
|
use smithay::backend::winit;
|
||||||
use smithay::shm::ShmGlobal;
|
use smithay::shm::ShmGlobal;
|
||||||
use wayland_server::protocol::wl_shm;
|
use wayland_server::protocol::wl_shm;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue