Switch CEF on screen build from glfw -> glutin.

This commit is contained in:
Glenn Watson 2015-01-19 08:56:43 +10:00
parent 9844ec907e
commit db31b818bc
4 changed files with 54 additions and 14 deletions

View file

@ -20,8 +20,7 @@ extern crate azure;
extern crate geom;
extern crate gfx;
extern crate gleam;
extern crate glfw;
extern crate glfw_app;
extern crate glutin_app;
extern crate js;
extern crate layers;
extern crate png;