api/wayland: Reset to empty API.
In order to build the whole new structure.
This commit is contained in:
parent
ae7638b995
commit
fad2e77a36
5 changed files with 47 additions and 709 deletions
|
|
@ -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};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue