aboutsummaryrefslogtreecommitdiffstats
path: root/components/webvr_traits
diff options
context:
space:
mode:
authorImanol Fernandez <mortimergoro@gmail.com>2017-08-31 00:02:16 +0200
committerImanol Fernandez <mortimergoro@gmail.com>2017-08-31 01:24:54 +0200
commit714fe3b88ac278c08023a9bdf44fce3f010ec431 (patch)
treec5cc0c3e2613a167a148671a41ae940f82fb54c4 /components/webvr_traits
parent19cbea23a869cfb6d62d95f36c343e7c287129b9 (diff)
downloadservo-714fe3b88ac278c08023a9bdf44fce3f010ec431.tar.gz
servo-714fe3b88ac278c08023a9bdf44fce3f010ec431.zip
Update rust-webvr to 0.8
Diffstat (limited to 'components/webvr_traits')
-rw-r--r--components/webvr_traits/Cargo.toml2
-rw-r--r--components/webvr_traits/lib.rs2
2 files changed, 2 insertions, 2 deletions
diff --git a/components/webvr_traits/Cargo.toml b/components/webvr_traits/Cargo.toml
index f83426f1426..e8c0783c467 100644
--- a/components/webvr_traits/Cargo.toml
+++ b/components/webvr_traits/Cargo.toml
@@ -12,5 +12,5 @@ path = "lib.rs"
[dependencies]
ipc-channel = "0.8"
msg = {path = "../msg"}
-rust-webvr = {version = "0.5", features = ["serde-serialization"]}
+rust-webvr-api = {version = "0.8", features = ["serde-serialization"]}
serde = "1.0"
diff --git a/components/webvr_traits/lib.rs b/components/webvr_traits/lib.rs
index 5773ce1e644..9fd8c85074b 100644
--- a/components/webvr_traits/lib.rs
+++ b/components/webvr_traits/lib.rs
@@ -7,7 +7,7 @@
extern crate ipc_channel;
extern crate msg;
#[macro_use] extern crate serde;
-pub extern crate rust_webvr as webvr;
+pub extern crate rust_webvr_api as webvr;
mod webvr_traits;