Bump image and offscreen_gl_context

This commit is contained in:
Anthony Ramine 2017-11-15 15:43:38 +01:00
parent 6f1d9a198f
commit 60bde30563
7 changed files with 70 additions and 71 deletions

View file

@ -17,7 +17,7 @@ lazy_static = "0.2"
malloc_size_of = { path = "../malloc_size_of" }
malloc_size_of_derive = { path = "../malloc_size_of_derive" }
nonzero = {path = "../nonzero"}
offscreen_gl_context = { version = "0.12", features = ["serde"] }
offscreen_gl_context = { version = "0.13", features = ["serde"] }
serde = "1.0"
servo_config = {path = "../config"}
webrender_api = {git = "https://github.com/servo/webrender", features = ["ipc"]}