wl-client 0.2.0

Safe client-side libwayland wrapper
Documentation
1
2
3
4
5
6
7
#![allow(dead_code)]

/// We can't use build.rs for examples so we have to generate the protocols ahead of time.
pub mod protocols;
pub mod protocols_data;
pub mod simple_window;
pub mod singletons;