linux: update wayland dependencies
This commit is contained in:
parent
66a12d5332
commit
e915454a9d
3 changed files with 8 additions and 8 deletions
|
|
@ -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::*;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue