feat: update everything, clean dependencies

This commit is contained in:
Nova
2023-02-23 08:41:40 -05:00
parent 0cc7c7bc24
commit d2ef508607
10 changed files with 25 additions and 18 deletions

View File

@@ -14,8 +14,8 @@ use stardust_xr::schemas::flex::deserialize;
use stardust_xr::values::Transform;
use std::ops::DerefMut;
use std::{ffi::OsStr, fmt::Error, path::PathBuf, sync::Arc};
use stereokit::sound::Sound as SKSound;
use stereokit::sound::SoundInstance;
use stereokit::sound::{Sound as SKSound, SoundT};
static SOUND_REGISTRY: Registry<Sound> = Registry::new();