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

@@ -9,9 +9,9 @@ pub mod root;
pub mod spatial;
use anyhow::{anyhow, Result};
use libstardustxr::scenegraph::ScenegraphError;
use nanoid::nanoid;
use once_cell::sync::OnceCell;
use stardust_xr::scenegraph::ScenegraphError;
use std::sync::atomic::{AtomicBool, Ordering};
use std::sync::{Arc, Weak};
use std::vec::Vec;