mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Add Servo3D immersive demo for magicleap
This commit is contained in:
parent
e381cebeb6
commit
0b48ff496f
20 changed files with 454 additions and 77 deletions
|
@ -22,7 +22,8 @@ gleam = "0.6"
|
|||
ipc-channel = "0.11.2"
|
||||
log = "0.4"
|
||||
msg = {path = "../msg"}
|
||||
rust-webvr = {version = "0.11.3", features = ["mock", "openvr", "vrexternal"]}
|
||||
rust-webvr = {version = "0.11.4", features = ["mock", "openvr", "vrexternal"]}
|
||||
rust-webvr-api = "0.11.4"
|
||||
script_traits = {path = "../script_traits"}
|
||||
servo_config = {path = "../config"}
|
||||
webvr_traits = {path = "../webvr_traits" }
|
||||
|
|
|
@ -12,3 +12,4 @@ pub use crate::webvr_thread::{WebVRCompositorHandler, WebVRThread};
|
|||
pub use rust_webvr::api::VRExternalShmemPtr;
|
||||
pub use rust_webvr::VRMainThreadHeartbeat;
|
||||
pub use rust_webvr::VRServiceManager;
|
||||
pub use rust_webvr_api::VRService;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue