Remove Glutin dependency for WebGL

Now we have mac support, and since android build is broken, we can
drop glutin from WebGL code.

Went back to upstream
(see: https://github.com/servo/rust-offscreen-rendering-context/pull/1#issuecomment-99234534)

Rebased
This commit is contained in:
ecoal95 2015-05-06 05:06:32 +02:00
parent 63ba1cb69b
commit a3b0c10381
6 changed files with 27 additions and 176 deletions

View file

@ -14,7 +14,6 @@ extern crate util;
extern crate gleam;
extern crate num;
extern crate offscreen_gl_context;
extern crate glutin;
#[macro_use]
extern crate log;