mirror of
https://github.com/servo/servo.git
synced 2025-08-18 03:45:33 +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
|
@ -22,13 +22,8 @@ path = "../util"
|
|||
[dependencies.gfx]
|
||||
path = "../gfx"
|
||||
|
||||
[dependencies.glutin]
|
||||
git = "https://github.com/servo/glutin"
|
||||
branch = "servo"
|
||||
features = ["headless"]
|
||||
|
||||
[dependencies.offscreen_gl_context]
|
||||
git = "https://github.com/servo/rust-offscreen-rendering-context"
|
||||
git = "https://github.com/ecoal95/rust-offscreen-rendering-context"
|
||||
|
||||
[dependencies]
|
||||
cssparser = "0.3.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue