Update wayland dependency to 0.2.

This commit is contained in:
Victor Berger 2015-06-23 11:23:10 +02:00
parent 1aedc828c5
commit 2ac78cadf6
3 changed files with 27 additions and 23 deletions

View file

@ -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;