Support depth and stencil in webxr

This commit is contained in:
Alan Jeffrey 2020-07-09 19:17:41 -05:00
parent 714acb942c
commit a9bb3f7181
3 changed files with 42 additions and 19 deletions

4
Cargo.lock generated
View file

@ -6778,7 +6778,7 @@ dependencies = [
[[package]]
name = "webxr"
version = "0.0.1"
source = "git+https://github.com/servo/webxr#de60f3ebe01b1e829393c980a6126924b5f60075"
source = "git+https://github.com/servo/webxr#d9ec2263b017d9c415ce35e0f4417a454564bcf2"
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#de60f3ebe01b1e829393c980a6126924b5f60075"
source = "git+https://github.com/servo/webxr#d9ec2263b017d9c415ce35e0f4417a454564bcf2"
dependencies = [
"euclid",
"ipc-channel",