diff --git a/src/wayland/core/shm_buffer_backing.rs b/src/wayland/core/shm_buffer_backing.rs index 9801ac1..e9b7b21 100644 --- a/src/wayland/core/shm_buffer_backing.rs +++ b/src/wayland/core/shm_buffer_backing.rs @@ -6,7 +6,6 @@ use crate::wayland::{ use bevy::{ asset::{Assets, Handle}, image::Image as BevyImage, - render::renderer::RenderDevice, }; use bevy_dmabuf::{ dmatex::{Dmatex, DmatexPlane, Resolution}, diff --git a/src/wayland/mod.rs b/src/wayland/mod.rs index ebe7d11..e22223e 100644 --- a/src/wayland/mod.rs +++ b/src/wayland/mod.rs @@ -4,7 +4,6 @@ pub mod util; pub mod vulkano_data; pub mod xdg; -use crate::PreFrameWait; use crate::wayland::core::seat::SeatMessage; use crate::{ BevyMaterial,