aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbors-servo <lbergstrom+bors@mozilla.com>2019-09-18 10:43:35 -0400
committerGitHub <noreply@github.com>2019-09-18 10:43:35 -0400
commitd75b7fd8cb049ea2526a74333ad494b8f91e9ecd (patch)
tree8d3b735156573f86e3bb77874359a4ee1c546c26
parent4159f01feb3818eae49414e876a700c55a218643 (diff)
parentadc6fe7d1ed6bf7d53168c4bd7305b6e98a94509 (diff)
downloadservo-d75b7fd8cb049ea2526a74333ad494b8f91e9ecd.tar.gz
servo-d75b7fd8cb049ea2526a74333ad494b8f91e9ecd.zip
Auto merge of #24134 - paulrouget:webxr-up, r=jdm
Upgrade webxr <!-- 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/24134) <!-- Reviewable:end -->
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 9f550c216a7..25799e582eb 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -5642,7 +5642,7 @@ dependencies = [
[[package]]
name = "webxr"
version = "0.0.1"
-source = "git+https://github.com/servo/webxr#f71f85bf187fe7aa7d72b6a573b893a4a2f07e44"
+source = "git+https://github.com/servo/webxr#319b63bd3b4ef1b224b75433ee1c5ecdd28f12a1"
dependencies = [
"bindgen 0.49.2 (registry+https://github.com/rust-lang/crates.io-index)",
"euclid 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -5660,7 +5660,7 @@ dependencies = [
[[package]]
name = "webxr-api"
version = "0.0.1"
-source = "git+https://github.com/servo/webxr#f71f85bf187fe7aa7d72b6a573b893a4a2f07e44"
+source = "git+https://github.com/servo/webxr#319b63bd3b4ef1b224b75433ee1c5ecdd28f12a1"
dependencies = [
"euclid 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)",
"gleam 0.6.18 (registry+https://github.com/rust-lang/crates.io-index)",