Update sctk-adwaita to 0.8
This commit is contained in:
parent
2a9c593e01
commit
bf5806a9b2
2 changed files with 3 additions and 1 deletions
|
|
@ -160,7 +160,7 @@ memmap2 = { version = "0.9.0", optional = true }
|
||||||
percent-encoding = { version = "2.0", optional = true }
|
percent-encoding = { version = "2.0", optional = true }
|
||||||
rustix = { version = "0.38.4", default-features = false, features = ["std", "system", "thread", "process"] }
|
rustix = { version = "0.38.4", default-features = false, features = ["std", "system", "thread", "process"] }
|
||||||
sctk = { package = "smithay-client-toolkit", version = "0.18.0", default-features = false, features = ["calloop"], optional = true }
|
sctk = { package = "smithay-client-toolkit", version = "0.18.0", default-features = false, features = ["calloop"], optional = true }
|
||||||
sctk-adwaita = { version = "0.7.0", default_features = false, optional = true }
|
sctk-adwaita = { version = "0.8.0", default_features = false, optional = true }
|
||||||
wayland-backend = { version = "0.3.0", default_features = false, features = ["client_system"], optional = true }
|
wayland-backend = { version = "0.3.0", default_features = false, features = ["client_system"], optional = true }
|
||||||
wayland-client = { version = "0.31.1", optional = true }
|
wayland-client = { version = "0.31.1", optional = true }
|
||||||
wayland-protocols = { version = "0.31.0", features = [ "staging"], optional = true }
|
wayland-protocols = { version = "0.31.0", features = [ "staging"], optional = true }
|
||||||
|
|
|
||||||
|
|
@ -273,6 +273,8 @@ impl WindowState {
|
||||||
match WinitFrame::new(
|
match WinitFrame::new(
|
||||||
&self.window,
|
&self.window,
|
||||||
shm,
|
shm,
|
||||||
|
#[cfg(feature = "sctk-adwaita")]
|
||||||
|
self.compositor.clone(),
|
||||||
subcompositor.clone(),
|
subcompositor.clone(),
|
||||||
self.queue_handle.clone(),
|
self.queue_handle.clone(),
|
||||||
#[cfg(feature = "sctk-adwaita")]
|
#[cfg(feature = "sctk-adwaita")]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue