refactor: make all flex stuff use serde

This commit is contained in:
Nova
2022-10-13 00:14:06 -04:00
parent 9d9d51ddeb
commit a421b27e0c
22 changed files with 460 additions and 431 deletions

View File

@@ -3,7 +3,7 @@ use crate::nodes::{
spatial::Spatial,
};
use glam::Mat4;
use stardust_xr_schemas::{common::JointT, input_hand::HandT};
use stardust_xr::schemas::{common::JointT, input_hand::HandT};
use std::sync::{Arc, Weak};
use stereokit::{
input::{Handed, Joint as SkJoint},