diff options
-rw-r--r-- | Cargo.lock | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Cargo.lock b/Cargo.lock index 77b7ffdf0b7..92c22574e9e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3955,8 +3955,8 @@ dependencies = [ [[package]] name = "openxr" -version = "0.12.1" -source = "git+https://github.com/servo/openxrs.git?branch=xr-msft#fd761bf95d62c26709f8589bd82b495cd8276c8f" +version = "0.12.2" +source = "git+https://github.com/servo/openxrs.git?branch=secondary-views-2#87c0186c88f6e2bc22dbbe0bf5c02afc60fc37ef" dependencies = [ "libc", "libloading 0.6.1", @@ -3966,8 +3966,8 @@ dependencies = [ [[package]] name = "openxr-sys" -version = "0.8.1" -source = "git+https://github.com/servo/openxrs.git?branch=xr-msft#fd761bf95d62c26709f8589bd82b495cd8276c8f" +version = "0.8.2" +source = "git+https://github.com/servo/openxrs.git?branch=secondary-views-2#87c0186c88f6e2bc22dbbe0bf5c02afc60fc37ef" dependencies = [ "libc", "winapi", @@ -6778,7 +6778,7 @@ dependencies = [ [[package]] name = "webxr" version = "0.0.1" -source = "git+https://github.com/servo/webxr#e507076cc6f55ea6daa58c3ecbb1867847854722" +source = "git+https://github.com/servo/webxr#88f287d639710dbc1a41c83600d947911b78480d" dependencies = [ "android_injected_glue", "bindgen", @@ -6801,7 +6801,7 @@ dependencies = [ [[package]] name = "webxr-api" version = "0.0.1" -source = "git+https://github.com/servo/webxr#e507076cc6f55ea6daa58c3ecbb1867847854722" +source = "git+https://github.com/servo/webxr#88f287d639710dbc1a41c83600d947911b78480d" dependencies = [ "euclid", "ipc-channel", |