rustfmt example

This commit is contained in:
Drakulix 2017-05-21 22:51:38 +02:00
parent 786d719dad
commit b2f7d6fbfc
1 changed files with 1 additions and 1 deletions

View File

@ -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;