mirror of
https://github.com/servo/servo.git
synced 2025-09-30 08:39:16 +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
|
@ -116,5 +116,6 @@ image = { workspace = true }
|
|||
sig = "1.0"
|
||||
|
||||
[target.'cfg(target_os = "windows")'.dependencies]
|
||||
webxr = { git = "https://github.com/servo/webxr", features = ["ipc", "glwindow", "headless", "openxr-api"] }
|
||||
windows-sys = { workspace = true, features = ["Win32_Graphics_Gdi"] }
|
||||
libservo = { path = "../../components/servo", features = ["no-wgl"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue