1 2 3 4 5 6
extern crate korome; #[test] fn glium_reexport_works() { let _b = korome::glium::glutin::WindowBuilder::new(); }