linux: update wayland dependencies

This commit is contained in:
Victor Berger 2017-06-23 20:25:06 +02:00
parent 66a12d5332
commit e915454a9d
3 changed files with 8 additions and 8 deletions

View file

@ -114,7 +114,7 @@ extern crate core_graphics;
#[cfg(any(target_os = "linux", target_os = "dragonfly", target_os = "freebsd", target_os = "openbsd"))]
extern crate x11_dl;
#[cfg(any(target_os = "linux", target_os = "freebsd", target_os = "dragonfly", target_os = "openbsd"))]
#[macro_use(wayland_env,declare_handler)]
#[macro_use]
extern crate wayland_client;
pub use events::*;