wl-client 0.2.0

Safe client-side libwayland wrapper
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod wayland;

#[allow(unused_imports)]
mod all_types {
    pub(super) use super::wayland::{
        wl_callback::{WlCallback, WlCallbackRef},
        wl_display::{WlDisplay, WlDisplayRef},
        wl_registry::{WlRegistry, WlRegistryRef},
    };
}