migrate: 0.16.1 to 0.18.1 (thanks claude!)

This commit is contained in:
2026-05-25 12:17:42 +01:00
parent 97dfe31197
commit 64e1e5481e
12 changed files with 1126 additions and 719 deletions
+3 -4
View File
@@ -8,9 +8,9 @@ use smithay_client_toolkit::{
delegate_registry,
output::OutputState,
reexports::{
calloop::{self, channel::Sender, EventLoop},
calloop::{self, EventLoop, channel::Sender},
calloop_wayland_source::WaylandSource,
client::{globals::registry_queue_init, Connection},
client::{Connection, globals::registry_queue_init},
},
registry::{ProvidesRegistryState, RegistryState},
registry_handlers,
@@ -26,10 +26,9 @@ pub mod session_lock;
mod surface_handler;
pub mod prelude {
pub use crate::WaylandPlugin;
pub use crate::input_region::InputRegion;
pub use crate::layer_shell::{LayerShellSettings, LayerShellWindowSize};
pub use crate::session_lock::{SessionLockEvent, SessionLockWindow};
pub use crate::WaylandPlugin;
pub use smithay_client_toolkit::shell::wlr_layer::{Anchor, KeyboardInteractivity, Layer};
}