mirror of
https://github.com/rust-windowing/winit.git
synced 2026-09-01 06:10:07 -04:00
Update wayland dependency to 0.2.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user