diff options
Diffstat (limited to 'components/shared/webxr/space.rs')
-rw-r--r-- | components/shared/webxr/space.rs | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/components/shared/webxr/space.rs b/components/shared/webxr/space.rs index 4ab116c5b90..e48c614d027 100644 --- a/components/shared/webxr/space.rs +++ b/components/shared/webxr/space.rs @@ -1,7 +1,11 @@ -use crate::InputId; -use crate::Joint; +/* This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at https://mozilla.org/MPL/2.0/. */ + use euclid::RigidTransform3D; +use crate::{InputId, Joint}; + #[derive(Clone, Copy, Debug)] #[cfg_attr(feature = "ipc", derive(serde::Serialize, serde::Deserialize))] /// A stand-in type for "the space isn't statically known since |