From 5e7d025106cca89b7aea9694faafa5b28b550146 Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Mon, 20 Jul 2020 16:24:18 -0400 Subject: [PATCH] Update webxr. --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d096614da3c..99d5d8d37ec 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6790,7 +6790,7 @@ dependencies = [ [[package]] name = "webxr" version = "0.0.1" -source = "git+https://github.com/servo/webxr#53c07f787d882c1b0dede5f4bb645a3bcf38d676" +source = "git+https://github.com/servo/webxr#b170a86c081f762d201d3e870febc6e900ad365b" dependencies = [ "android_injected_glue", "bindgen", @@ -6813,7 +6813,7 @@ dependencies = [ [[package]] name = "webxr-api" version = "0.0.1" -source = "git+https://github.com/servo/webxr#53c07f787d882c1b0dede5f4bb645a3bcf38d676" +source = "git+https://github.com/servo/webxr#b170a86c081f762d201d3e870febc6e900ad365b" dependencies = [ "euclid", "ipc-channel",