Skip to content

Commit

Permalink
Update sctk-adwaita to 0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Friz64 authored and kchibisov committed Dec 21, 2023
1 parent 3dc5c42 commit 40cee23
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -160,7 +160,7 @@ memmap2 = { version = "0.9.0", optional = true }
percent-encoding = { version = "2.0", optional = true }
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-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-client = { version = "0.31.1", optional = true }
wayland-protocols = { version = "0.31.0", features = [ "staging"], optional = true }
Expand Down
2 changes: 2 additions & 0 deletions src/platform_impl/linux/wayland/window/state.rs
Expand Up @@ -273,6 +273,8 @@ impl WindowState {
match WinitFrame::new(
&self.window,
shm,
#[cfg(feature = "sctk-adwaita")]
self.compositor.clone(),
subcompositor.clone(),
self.queue_handle.clone(),
#[cfg(feature = "sctk-adwaita")]
Expand Down

0 comments on commit 40cee23

Please sign in to comment.