mirror of
https://github.com/servo/servo.git
synced 2025-06-20 15:18:58 +01:00
Support creating and messaging mock display
This commit is contained in:
parent
c689866d35
commit
a89d2c6410
4 changed files with 30 additions and 1 deletions
|
@ -11,6 +11,7 @@ mod webvr_traits;
|
|||
|
||||
pub use crate::webvr_traits::{WebVRMsg, WebVRResult};
|
||||
pub use rust_webvr_api as webvr;
|
||||
pub use rust_webvr_api::MockVRControlMsg;
|
||||
pub use rust_webvr_api::VRDisplayCapabilities as WebVRDisplayCapabilities;
|
||||
pub use rust_webvr_api::VRDisplayData as WebVRDisplayData;
|
||||
pub use rust_webvr_api::VRDisplayEvent as WebVRDisplayEvent;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue