diff options
Diffstat (limited to 'components/webvr_traits/lib.rs')
-rw-r--r-- | components/webvr_traits/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/webvr_traits/lib.rs b/components/webvr_traits/lib.rs index 9ebae6e65dc..04dfca47fad 100644 --- a/components/webvr_traits/lib.rs +++ b/components/webvr_traits/lib.rs @@ -20,6 +20,7 @@ pub use rust_webvr_api::VREye as WebVREye; pub use rust_webvr_api::VREyeParameters as WebVREyeParameters; pub use rust_webvr_api::VRFieldOfView as WebVRFieldOfView; pub use rust_webvr_api::VRFrameData as WebVRFrameData; +pub use rust_webvr_api::VRFutureFrameData as WebVRFutureFrameData; pub use rust_webvr_api::VRGamepadButton as WebVRGamepadButton; pub use rust_webvr_api::VRGamepadData as WebVRGamepadData; pub use rust_webvr_api::VRGamepadEvent as WebVRGamepadEvent; |