smithay/examples/helpers/mod.rs

6 lines
118 B
Rust
Raw Normal View History

2017-06-13 14:52:43 +00:00
mod shell;
mod glium;
pub use self::glium::GliumDrawer;
2017-09-03 17:53:29 +00:00
pub use self::shell::{ShellSurfaceRole, WlShellStubHandler};