wayland: remove old code for new backend

This commit is contained in:
Victor Berger
2016-10-07 19:52:19 +02:00
parent fdf8a21125
commit c991172a28
9 changed files with 83 additions and 834 deletions

View File

@@ -39,7 +39,7 @@ 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.5.4", features = ["dlopen"] }
wayland-kbd = "0.3.3"
wayland-window = "0.2.2"
wayland-client = { version = "0.7.1", features = ["dlopen"] }
wayland-kbd = "0.6"
wayland-window = "0.4"
x11-dl = "2.8"