1
2
3
4
5
6
7
8
//! Traits needed in order to implement a riddle compatible platform
//! system.
//!
//! If you are consuming `riddle` directly, there should be no need to use this module.

mod window;

pub use window::*;