Update wayland dependency to 0.2.
This commit is contained in:
parent
1aedc828c5
commit
2ac78cadf6
3 changed files with 27 additions and 23 deletions
|
|
@ -2,7 +2,9 @@
|
|||
#![allow(unused_variables, dead_code)]
|
||||
|
||||
use self::wayland::egl::{EGLSurface, is_egl_available};
|
||||
use self::wayland::core::{ShellSurface, Surface, Output, ShellFullscreenMethod};
|
||||
use self::wayland::core::Surface;
|
||||
use self::wayland::core::output::Output;
|
||||
use self::wayland::core::shell::{ShellSurface, ShellFullscreenMethod};
|
||||
|
||||
use libc;
|
||||
use api::dlopen;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue