aboutsummaryrefslogtreecommitdiffstats
path: root/components/webvr/lib.rs
diff options
context:
space:
mode:
authorAlan Jeffrey <ajeffrey@mozilla.com>2019-04-25 12:54:09 -0500
committerAlan Jeffrey <ajeffrey@mozilla.com>2019-06-13 15:04:05 -0500
commit0b48ff496fc42dfff1ed7a3a3b15b78470a49c39 (patch)
tree2378af0aa6ce365ef1b353b7ed2b750e5b418374 /components/webvr/lib.rs
parente381cebeb6cb9dbf7ca5555bcd40f427470e353a (diff)
downloadservo-0b48ff496fc42dfff1ed7a3a3b15b78470a49c39.tar.gz
servo-0b48ff496fc42dfff1ed7a3a3b15b78470a49c39.zip
Add Servo3D immersive demo for magicleap
Diffstat (limited to 'components/webvr/lib.rs')
-rw-r--r--components/webvr/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/webvr/lib.rs b/components/webvr/lib.rs
index cc24381ca57..e281f4937eb 100644
--- a/components/webvr/lib.rs
+++ b/components/webvr/lib.rs
@@ -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;