Revert "Glutin update: dependencies update"

This reverts commit 30fb18e711.
This commit is contained in:
Josh Matthews 2019-05-22 14:18:38 -04:00
parent 8606af4104
commit 60688da71a
12 changed files with 304 additions and 505 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", 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" }