Add support for webxr cubemap and spherical 360 rendering

This commit is contained in:
Alan Jeffrey 2020-06-27 09:18:29 -05:00
parent 352ecda7b5
commit a2142d7dbd
5 changed files with 53 additions and 2 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#88f287d639710dbc1a41c83600d947911b78480d"
source = "git+https://github.com/servo/webxr#de60f3ebe01b1e829393c980a6126924b5f60075"
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#88f287d639710dbc1a41c83600d947911b78480d"
source = "git+https://github.com/servo/webxr#de60f3ebe01b1e829393c980a6126924b5f60075"
dependencies = [
"euclid",
"ipc-channel",