api/wayland: Reset to empty API.

In order to build the whole new structure.
This commit is contained in:
Victor Berger 2015-12-04 20:39:52 +01:00
parent ae7638b995
commit fad2e77a36
5 changed files with 47 additions and 709 deletions

View file

@ -56,6 +56,9 @@ extern crate core_foundation;
extern crate core_graphics;
#[cfg(any(target_os = "linux", target_os = "freebsd", target_os = "dragonfly"))]
extern crate x11_dl;
#[cfg(any(target_os = "linux", target_os = "freebsd", target_os = "dragonfly"))]
#[macro_use(wayland_env)]
extern crate wayland_client;
pub use events::*;
pub use headless::{HeadlessRendererBuilder, HeadlessContext};