diff options
Diffstat (limited to 'components/webvr/Cargo.toml')
-rw-r--r-- | components/webvr/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/webvr/Cargo.toml b/components/webvr/Cargo.toml index ca0e209ef60..fc5e81e6360 100644 --- a/components/webvr/Cargo.toml +++ b/components/webvr/Cargo.toml @@ -22,7 +22,7 @@ euclid = "0.20" ipc-channel = "0.14" log = "0.4" msg = {path = "../msg"} -rust-webvr = {version = "0.18", features = ["mock", "openvr", "vrexternal"]} +rust-webvr = {version = "0.19", features = ["mock", "openvr", "vrexternal"]} rust-webvr-api = "0.17" servo_config = {path = "../config"} sparkle = "0.1" |