Skip to content

Commit

Permalink
wayland: update dependencies (#334)
Browse files Browse the repository at this point in the history
  • Loading branch information
vberger authored and tomaka committed Oct 30, 2017
1 parent 01d1178 commit 62e45fa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ kernel32-sys = "0.2"
dwmapi-sys = "0.1"

[target.'cfg(any(target_os = "linux", target_os = "dragonfly", target_os = "freebsd", target_os = "openbsd"))'.dependencies]
wayland-client = { version = "0.11.2", features = ["dlopen"] }
wayland-protocols = { version = "0.11.2", features = ["unstable_protocols"] }
wayland-kbd = "0.12.0"
wayland-window = "0.11.0"
wayland-client = { version = "0.12.0", features = ["dlopen"] }
wayland-protocols = { version = "0.12.0", features = ["unstable_protocols"] }
wayland-kbd = "0.13.0"
wayland-window = "0.12.0"
tempfile = "2.1"
x11-dl = "2.8"
2 changes: 1 addition & 1 deletion src/platform/linux/wayland/event_loop.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ use wayland_client::protocol::{wl_compositor, wl_seat, wl_shell, wl_shm, wl_subc
wl_pointer, wl_keyboard};

use super::wayland_window::{DecoratedSurface, Shell, init_decorated_surface, DecoratedSurfaceImplementation};
use super::wayland_protocols::unstable::xdg_shell::client::zxdg_shell_v6;
use super::wayland_protocols::unstable::xdg_shell::v6::client::zxdg_shell_v6;

use super::tempfile;

Expand Down

0 comments on commit 62e45fa

Please sign in to comment.