aboutsummaryrefslogtreecommitdiffstats
path: root/components/webvr_traits
diff options
context:
space:
mode:
authorAlan Jeffrey <ajeffrey@mozilla.com>2019-06-14 14:39:20 -0500
committerAlan Jeffrey <ajeffrey@mozilla.com>2019-07-01 11:55:43 -0500
commit1e5e3c95c93236f6564cccd38b95f2c60e855ff2 (patch)
treead5c09215a766aa797c38d9e4fcef9cf9756edc6 /components/webvr_traits
parent18477d1e1e16bf96da7155e98da4be6663320897 (diff)
downloadservo-1e5e3c95c93236f6564cccd38b95f2c60e855ff2.tar.gz
servo-1e5e3c95c93236f6564cccd38b95f2c60e855ff2.zip
Pass events loop to glwindow test webvr implementation
Diffstat (limited to 'components/webvr_traits')
-rw-r--r--components/webvr_traits/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/webvr_traits/Cargo.toml b/components/webvr_traits/Cargo.toml
index b1d986343ed..dfd78a52bc7 100644
--- a/components/webvr_traits/Cargo.toml
+++ b/components/webvr_traits/Cargo.toml
@@ -13,5 +13,5 @@ path = "lib.rs"
[dependencies]
ipc-channel = "0.11"
msg = {path = "../msg"}
-rust-webvr-api = {version = "0.11.4", features = ["ipc"]}
+rust-webvr-api = {version = "0.12", features = ["ipc"]}
serde = "1.0"