From c055b74e13f255b351efc969a19acfd9724076e4 Mon Sep 17 00:00:00 2001 From: Paul Rouget Date: Tue, 5 Feb 2019 05:20:26 +0100 Subject: Support for ExternalVR implementation --- components/webvr/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'components/webvr/lib.rs') 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; -- cgit v1.2.3