mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
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:
parent
63ba1cb69b
commit
a3b0c10381
6 changed files with 27 additions and 176 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue