smithay/examples/helpers/mod.rs

6 lines
98 B
Rust

mod shell;
mod glium;
pub use self::glium::GliumDrawer;
pub use self::shell::WlShellStubHandler;