smithay/examples/helpers/mod.rs

6 lines
98 B
Rust
Raw Normal View History

2017-06-13 14:52:43 +00:00
mod shell;
mod glium;
pub use self::glium::GliumDrawer;
pub use self::shell::WlShellStubHandler;