Auto merge of #9044 - ecoal95:offscreen-gl-up, r=jdm

Update offscreen_gl_context

cc: https://github.com/ecoal95/rust-offscreen-rendering-context/pull/46

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9044)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2015-12-23 20:35:37 +05:30
commit da8952b702
10 changed files with 13 additions and 22 deletions

View file

@ -62,7 +62,6 @@ git = "https://github.com/servo/ipc-channel"
[dependencies.offscreen_gl_context]
git = "https://github.com/ecoal95/rust-offscreen-rendering-context"
features = ["texture_surface"]
[dependencies.gaol]
git = "https://github.com/pcwalton/gaol"