mirror of
https://github.com/servo/servo.git
synced 2025-07-28 01:30:32 +01:00
Allow the embedder to register their own VRServices
This commit is contained in:
parent
c80c3f3167
commit
a062c40567
9 changed files with 48 additions and 45 deletions
|
@ -10,3 +10,4 @@ extern crate log;
|
|||
mod webvr_thread;
|
||||
pub use crate::webvr_thread::{WebVRCompositorHandler, WebVRThread};
|
||||
pub use rust_webvr::api::VRExternalShmemPtr;
|
||||
pub use rust_webvr::VRServiceManager;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue