Update webrender with crates.io's offscreen_gl_context (fixes #10296)

Crate webrender is bumped to the first commit in https://github.com/servo/webrender/pull/248.
Crate webrender_traits is bumped to the merge of https://github.com/servo/webrender_traits/pull/21.
This commit is contained in:
Anthony Ramine 2016-03-31 01:40:45 +02:00
parent a81793c908
commit 48b5d1d6be
9 changed files with 42 additions and 54 deletions

View file

@ -20,9 +20,6 @@ path = "../msg"
[dependencies.net_traits]
path = "../net_traits"
[dependencies.offscreen_gl_context]
git = "https://github.com/ecoal95/rust-offscreen-rendering-context"
[dependencies.plugins]
path = "../plugins"
@ -47,6 +44,7 @@ euclid = {version = "0.6.4", features = ["plugins"]}
heapsize = "0.3.0"
heapsize_plugin = "0.1.2"
libc = "0.2"
offscreen_gl_context = "0.1.2"
serde = "0.7"
serde_macros = "0.7"
time = "0.1.12"