aboutsummaryrefslogtreecommitdiffstats
path: root/components/webvr_traits
diff options
context:
space:
mode:
authorbors-servo <lbergstrom+bors@mozilla.com>2019-07-01 18:15:09 -0400
committerGitHub <noreply@github.com>2019-07-01 18:15:09 -0400
commitfaea7716cf6cacf98f8300f021ff744b74190b8b (patch)
treead5c09215a766aa797c38d9e4fcef9cf9756edc6 /components/webvr_traits
parent18477d1e1e16bf96da7155e98da4be6663320897 (diff)
parent1e5e3c95c93236f6564cccd38b95f2c60e855ff2 (diff)
downloadservo-faea7716cf6cacf98f8300f021ff744b74190b8b.tar.gz
servo-faea7716cf6cacf98f8300f021ff744b74190b8b.zip
Auto merge of #23575 - asajeffrey:webvr-glwindow-eventloop, r=Manishearth
Pass events loop to glwindow test webvr implementation <!-- Please describe your changes on the following line: --> Pass the event loop to the glwindow webvr test device, so it can implement keyboard controls. The matching rust-webvr PR is https://github.com/servo/rust-webvr/pull/84 --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: --> - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors - [X] These changes do not require tests because this enables testing webvr pose <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/23575) <!-- Reviewable:end -->
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"