Skip to content

Commit

Permalink
wayland: update SCTK to fix startup on newer compositors
Browse files Browse the repository at this point in the history
  • Loading branch information
hexchain authored and wez committed Sep 20, 2023
1 parent 70931f5 commit 44c914c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion window/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ xcb = {version="1.2", features=["render", "randr", "dri2", "xkb", "xlib_xcb", "p
xkbcommon = { version = "0.5.0", features = ["x11", "wayland"] }
mio = {version="0.8", features=["os-ext"]}
libc = "0.2"
smithay-client-toolkit = {version = "0.16", default-features=false, optional=true}
smithay-client-toolkit = {version = "0.16.1", default-features=false, optional=true}
wayland-protocols = {version="0.29", optional=true}
wayland-client = {version="0.29", optional=true}
wayland-egl = {version="0.29", optional=true}
Expand Down

0 comments on commit 44c914c

Please sign in to comment.