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

@@ -11,8 +11,8 @@ use super::Node;
use crate::core::client::Client;
use anyhow::{anyhow, Result};
use glam::{vec2, vec3a, Vec3, Vec3A};
use libstardustxr::flex::FlexBuffable;
use libstardustxr::flex_to_vec3;
use stardust_xr::flex::FlexBuffable;
use stardust_xr::flex_to_vec3;
use std::ops::Deref;
use std::sync::Arc;