Use fyrox crate

This commit is contained in:
hodasemi 2024-05-01 10:43:51 +02:00
parent 703ca6f2ae
commit f66057deaa
2 changed files with 2 additions and 2 deletions

View file

@ -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" }

View file

@ -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,