diff options
author | Alan Jeffrey <ajeffrey@mozilla.com> | 2019-04-25 12:54:09 -0500 |
---|---|---|
committer | Alan Jeffrey <ajeffrey@mozilla.com> | 2019-06-13 15:04:05 -0500 |
commit | 0b48ff496fc42dfff1ed7a3a3b15b78470a49c39 (patch) | |
tree | 2378af0aa6ce365ef1b353b7ed2b750e5b418374 /components/webvr/lib.rs | |
parent | e381cebeb6cb9dbf7ca5555bcd40f427470e353a (diff) | |
download | servo-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.rs | 1 |
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; |