mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
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:
parent
a81793c908
commit
48b5d1d6be
9 changed files with 42 additions and 54 deletions
|
@ -61,9 +61,6 @@ git = "https://github.com/aweinstock314/rust-clipboard"
|
|||
[dependencies.ipc-channel]
|
||||
git = "https://github.com/servo/ipc-channel"
|
||||
|
||||
[dependencies.offscreen_gl_context]
|
||||
git = "https://github.com/ecoal95/rust-offscreen-rendering-context"
|
||||
|
||||
[target.arm-linux-androideabi.dependencies.gaol]
|
||||
git = "https://github.com/servo/gaol"
|
||||
|
||||
|
@ -95,6 +92,7 @@ gleam = "0.2.8"
|
|||
image = "0.7"
|
||||
log = "0.3.5"
|
||||
num = "0.1.24"
|
||||
offscreen_gl_context = "0.1.2"
|
||||
rand = "0.3"
|
||||
serde = "0.7"
|
||||
serde_macros = "0.7"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue