wayland: bases of backend and output handling
This commit is contained in:
parent
c991172a28
commit
a505eddf29
4 changed files with 200 additions and 17 deletions
|
|
@ -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::*;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue