SlimeVR-Rust
SlimeVR-Rust copied to clipboard
[Skeletal Model] Support no_std + alloc in skeletal model
There is a decent chance that someone will want to try running the skeletal model on a microcontroller without an OS. We should support a no_std + alloc environment.
Current blockers:
- [ ] we use
thiserrorand that doesn't supportno_std. Could trysnafuinstead. - [ ]
petgraphdoesn't supportno_std🥲