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

@@ -1,8 +1,7 @@
use crate::nodes::fields::Field;
use crate::nodes::spatial::Spatial;
use glam::{vec3a, Mat4};
use stardust_xr_schemas::input_hand::HandT;
use stardust_xr_schemas::{common::JointT, input::InputDataRaw};
use stardust_xr::schemas::{common::JointT, input::InputDataRaw, input_hand::HandT};
use std::sync::Arc;
use super::{DistanceLink, InputSpecialization};