Upgrade to latest glutin

This commit is contained in:
Matt Brubeck 2015-11-05 08:37:39 -08:00
parent 7efdcbe0af
commit ce61dc2623
7 changed files with 55 additions and 18 deletions

View file

@ -67,7 +67,7 @@ fn main() {
load_gl_when_headless();
None
} else {
Some(app::create_window(std::ptr::null_mut()))
Some(app::create_window(None))
};
// Our wrapper around `Browser` that also implements some