Update dependencies, fix incompatibilities
This commit is contained in:
parent
f9941357be
commit
3fc86cbf96
3 changed files with 257 additions and 372 deletions
618
Cargo.lock
generated
618
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue