use canary::PanelId; use glium::glutin; use glutin::event::{Event, WindowEvent}; use glutin::event_loop::{ControlFlow, EventLoop}; use crate::gl::Graphics; pub struct Window { pub display: glium::Display, pub graphics: Graphics, pub panel: PanelId, }