Update dependencies, fix incompatibilities

This commit is contained in:
Gergő Sályi 2024-01-02 18:42:50 +01:00
parent f9941357be
commit 3fc86cbf96
3 changed files with 257 additions and 372 deletions

618
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -22,5 +22,5 @@ mio = { version = "0.8.6", features = ["os-ext", "os-poll"] }
swayipc = "3.0.1"
[dependencies.smithay-client-toolkit]
version = "0.17.0"
version = "0.18.0"
default-features = false

View file

@ -82,6 +82,15 @@ impl CompositorHandler for State
_time: u32,
) {
}
fn transform_changed(
&mut self,
_conn: &Connection,
_qh: &QueueHandle<Self>,
_surface: &wl_surface::WlSurface,
_new_transform: wl_output::Transform,
) {
}
}
impl LayerShellHandler for State