aboutsummaryrefslogtreecommitdiffstats
path: root/components/webvr/lib.rs
diff options
context:
space:
mode:
authorPaul Rouget <me@paulrouget.com>2019-02-05 05:20:26 +0100
committerPaul Rouget <me@paulrouget.com>2019-02-07 06:15:11 +0100
commitc055b74e13f255b351efc969a19acfd9724076e4 (patch)
treee828aaee7ab1bf69f686eabb921fb0c411f05f53 /components/webvr/lib.rs
parentb7e9bab26755c46b45ea651d30557ba7be9d89eb (diff)
downloadservo-c055b74e13f255b351efc969a19acfd9724076e4.tar.gz
servo-c055b74e13f255b351efc969a19acfd9724076e4.zip
Support for ExternalVR implementation
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 906b1bc9bc4..a075f3ffd86 100644
--- a/components/webvr/lib.rs
+++ b/components/webvr/lib.rs
@@ -9,3 +9,4 @@ extern crate log;
mod webvr_thread;
pub use crate::webvr_thread::{WebVRCompositorHandler, WebVRThread};
+pub use rust_webvr::api::VRExternalShmemPtr;