1
2
3
4
5
pub mod cli;
pub mod dim;

/// Default window size in width and height, in logical pixels
pub const INIT_SIZE: u32 = 100;