diff --git a/Cargo.toml b/Cargo.toml index cfc5405..ac54d61 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -rg3d-sound = "0.26.0" +fyrox-sound = "0.26.0" anyhow = { version = "1.0.82", features = ["backtrace"] } utilities = { git = "https://gavania.de/hodasemi/utilities.git" } assetpath = { git = "https://gavania.de/hodasemi/vulkan_lib.git" } \ No newline at end of file diff --git a/src/sound.rs b/src/sound.rs index 2775f88..7fb8c93 100644 --- a/src/sound.rs +++ b/src/sound.rs @@ -2,7 +2,7 @@ use anyhow::Result; use super::{AudioObjects, ClearQueueAudioObject, SoundInterpretation, VolumeHandler}; -use rg3d_sound::{ +use fyrox_sound::{ algebra::Vector3, buffer::{DataSource, SoundBufferResource}, context::SoundContext,