diff options
author | Manish Goregaokar <manishsmail@gmail.com> | 2019-10-07 14:19:34 -0700 |
---|---|---|
committer | Manish Goregaokar <manishsmail@gmail.com> | 2019-10-09 14:00:03 -0700 |
commit | 0a745aaa44755c0bf5aa0cc112a526b89a14faca (patch) | |
tree | 8d765ae642d30c98cc19550b7a056866776e6a55 /Cargo.lock | |
parent | ec408e9a571f7be9d8630c06add7f528a3199e47 (diff) | |
download | servo-0a745aaa44755c0bf5aa0cc112a526b89a14faca.tar.gz servo-0a745aaa44755c0bf5aa0cc112a526b89a14faca.zip |
Update webxr crate
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index 22de71238fd..95fc1e4f578 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5927,7 +5927,7 @@ dependencies = [ [[package]] name = "webxr" version = "0.0.1" -source = "git+https://github.com/servo/webxr#a7e8cae09a5fc3cd3434e644b6e9e2b7697b438c" +source = "git+https://github.com/servo/webxr#ec49fdd1c1a7e45a2dfde2f4a7f07e9581f386ef" dependencies = [ "bindgen", "euclid", @@ -5945,7 +5945,7 @@ dependencies = [ [[package]] name = "webxr-api" version = "0.0.1" -source = "git+https://github.com/servo/webxr#a7e8cae09a5fc3cd3434e644b6e9e2b7697b438c" +source = "git+https://github.com/servo/webxr#ec49fdd1c1a7e45a2dfde2f4a7f07e9581f386ef" dependencies = [ "euclid", "gleam 0.6.18", |