wayland: bases of backend and output handling

This commit is contained in:
Victor Berger 2016-10-07 21:10:21 +02:00
parent c991172a28
commit a505eddf29
4 changed files with 200 additions and 17 deletions

View file

@ -57,7 +57,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)]
#[macro_use(wayland_env,declare_handler)]
extern crate wayland_client;
pub use events::*;