aboutsummaryrefslogtreecommitdiffstats
path: root/components/webvr_traits/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/webvr_traits/lib.rs')
-rw-r--r--components/webvr_traits/lib.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/webvr_traits/lib.rs b/components/webvr_traits/lib.rs
index 7478a1dbcb8..d1d33111eb0 100644
--- a/components/webvr_traits/lib.rs
+++ b/components/webvr_traits/lib.rs
@@ -12,20 +12,20 @@ pub extern crate rust_webvr_api as webvr;
mod webvr_traits;
-pub use crate::webvr::VRDisplayData as WebVRDisplayData;
pub use crate::webvr::VRDisplayCapabilities as WebVRDisplayCapabilities;
+pub use crate::webvr::VRDisplayData as WebVRDisplayData;
pub use crate::webvr::VRDisplayEvent as WebVRDisplayEvent;
pub use crate::webvr::VRDisplayEventReason as WebVRDisplayEventReason;
pub use crate::webvr::VREvent as WebVREvent;
pub use crate::webvr::VREye as WebVREye;
pub use crate::webvr::VREyeParameters as WebVREyeParameters;
pub use crate::webvr::VRFieldOfView as WebVRFieldOfView;
+pub use crate::webvr::VRFrameData as WebVRFrameData;
pub use crate::webvr::VRGamepadButton as WebVRGamepadButton;
pub use crate::webvr::VRGamepadData as WebVRGamepadData;
pub use crate::webvr::VRGamepadEvent as WebVRGamepadEvent;
pub use crate::webvr::VRGamepadHand as WebVRGamepadHand;
pub use crate::webvr::VRGamepadState as WebVRGamepadState;
-pub use crate::webvr::VRFrameData as WebVRFrameData;
pub use crate::webvr::VRLayer as WebVRLayer;
pub use crate::webvr::VRPose as WebVRPose;
pub use crate::webvr::VRStageParameters as WebVRStageParameters;