Update offscreen_gl_context to v0.12

This commit is contained in:
Imanol Fernandez 2017-10-20 19:30:14 +02:00
parent d4bdb8b293
commit a721b68249
5 changed files with 28 additions and 22 deletions

View file

@ -20,7 +20,7 @@ gleam = "0.4"
ipc-channel = "0.9"
log = "0.3.5"
num-traits = "0.1.32"
offscreen_gl_context = { version = "0.11", features = ["serde", "osmesa"] }
offscreen_gl_context = { version = "0.12", features = ["serde", "osmesa"] }
servo_config = {path = "../config"}
webrender = {git = "https://github.com/servo/webrender"}
webrender_api = {git = "https://github.com/servo/webrender", features = ["ipc"]}