Glutin update: dependencies update

This commit is contained in:
Paul Rouget 2019-04-29 14:34:35 +02:00 committed by Josh Matthews
parent 1c74a80e28
commit 1758207393
12 changed files with 507 additions and 306 deletions

View file

@ -22,7 +22,7 @@ gleam = "0.6"
ipc-channel = "0.11"
log = "0.4"
msg = {path = "../msg"}
rust-webvr = {version = "=0.11.0", features = ["openvr", "vrexternal"]}
rust-webvr = {version = "0.11", features = ["openvr", "vrexternal"]}
script_traits = {path = "../script_traits"}
servo_config = {path = "../config"}
webvr_traits = {path = "../webvr_traits" }