[][src]Macro rendy_wsi::without_winit

macro_rules! without_winit {
    ($($t:tt)*) => { ... };
}

Resolve into input AST if winit support is disabled.