refactor: make ready for cargo publishing

This commit is contained in:
Nova
2022-09-17 18:43:04 -04:00
parent ee250b33fa
commit df61f74583
19 changed files with 41 additions and 42 deletions

View File

@@ -3,8 +3,8 @@ use crate::core::client::Client;
use crate::nodes::spatial::{get_spatial_parent_flex, Spatial};
use anyhow::{anyhow, ensure, Result};
use glam::{vec3, vec3a, Mat4, Vec3, Vec3A};
use libstardustxr::{flex_to_quat, flex_to_vec3};
use parking_lot::Mutex;
use stardust_xr::{flex_to_quat, flex_to_vec3};
use std::sync::Arc;
pub struct BoxField {