diff options
author | Paul Rouget <me@paulrouget.com> | 2019-09-21 09:52:09 +0200 |
---|---|---|
committer | Paul Rouget <me@paulrouget.com> | 2019-09-24 10:31:16 +0200 |
commit | 1a227eb097073d7fd591a2f78c27a89cd509680b (patch) | |
tree | db4471bb37130ade60b3ba40100f585c6db4e402 | |
parent | f08948053f9f7e7a9c8e7e27dbcf331e12ba42e2 (diff) | |
download | servo-1a227eb097073d7fd591a2f78c27a89cd509680b.tar.gz servo-1a227eb097073d7fd591a2f78c27a89cd509680b.zip |
webxr update
-rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index 3e9c99b0e6e..9aa0f28bdb9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5656,7 +5656,7 @@ dependencies = [ [[package]] name = "webxr" version = "0.0.1" -source = "git+https://github.com/servo/webxr#319b63bd3b4ef1b224b75433ee1c5ecdd28f12a1" +source = "git+https://github.com/servo/webxr#bf4e5a541bb2fcbace61cb1a071959bab10d9c19" 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)", @@ -5674,7 +5674,7 @@ dependencies = [ [[package]] name = "webxr-api" version = "0.0.1" -source = "git+https://github.com/servo/webxr#319b63bd3b4ef1b224b75433ee1c5ecdd28f12a1" +source = "git+https://github.com/servo/webxr#bf4e5a541bb2fcbace61cb1a071959bab10d9c19" 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)", |