diff options
author | Manish Goregaokar <manishsmail@gmail.com> | 2020-01-13 15:08:53 +0530 |
---|---|---|
committer | Manish Goregaokar <manishsmail@gmail.com> | 2020-01-21 15:47:30 -0800 |
commit | e9221e6ce02b4fc16676bda2895105bea8e95e7f (patch) | |
tree | 83d054cf7507045b4520b6b1ead2949cd7a3821b | |
parent | 52ac5316addefad94ebf919d1a8f0db6757a3f3d (diff) | |
download | servo-e9221e6ce02b4fc16676bda2895105bea8e95e7f.tar.gz servo-e9221e6ce02b4fc16676bda2895105bea8e95e7f.zip |
Update webxr
-rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index 883afe5ff4f..8e6dc6e6473 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6729,7 +6729,7 @@ dependencies = [ [[package]] name = "webxr" version = "0.0.1" -source = "git+https://github.com/servo/webxr#ed1ec1afadce730247401e60994b7f6ff226639d" +source = "git+https://github.com/servo/webxr#33072cbbb67ff14b5938e886ee11a13f4cf2bafc" dependencies = [ "bindgen", "euclid", @@ -6750,7 +6750,7 @@ dependencies = [ [[package]] name = "webxr-api" version = "0.0.1" -source = "git+https://github.com/servo/webxr#ed1ec1afadce730247401e60994b7f6ff226639d" +source = "git+https://github.com/servo/webxr#33072cbbb67ff14b5938e886ee11a13f4cf2bafc" dependencies = [ "euclid", "ipc-channel", |