x_graphics/
window.rs

1use winit::window::Window as WinitWindow;
2
3pub type Window = WinitWindow;