mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
Enable OpenXR backend from the WebXR crate (#32817)
* Enable OpenXR backend from the WebXR crate Signed-off-by: Daniel Adams <msub2official@gmail.com> * Ensure openxr feature is only included on windows Signed-off-by: Daniel Adams <msub2official@gmail.com> * Add cfgs for OpenXR usages Signed-off-by: Daniel Adams <msub2official@gmail.com> --------- Signed-off-by: Daniel Adams <msub2official@gmail.com>
This commit is contained in:
parent
a29e5c8115
commit
9212ed203a
6 changed files with 56 additions and 6 deletions
|
@ -400,6 +400,9 @@ mod gen {
|
|||
layers: {
|
||||
enabled: bool,
|
||||
},
|
||||
openxr: {
|
||||
enabled: bool,
|
||||
},
|
||||
sessionavailable: bool,
|
||||
#[serde(rename = "dom.webxr.unsafe-assume-user-intent")]
|
||||
unsafe_assume_user_intent: bool,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue