Update webvr

This commit is contained in:
Manish Goregaokar 2019-04-23 10:16:04 -07:00
parent 834d3193a2
commit 623507187b
4 changed files with 11 additions and 11 deletions

View file

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