diff --git a/Cargo.toml b/Cargo.toml index f60820e..c178ff6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,22 +15,22 @@ edition = "2021" numeric-array = { version = "0.6.1", default-features = false } dyn-clone = "1.0.17" libm = "0.2.8" -wide = { version = "0.7.26", default-features = false } +wide = { version = "0.7.28", default-features = false } num-complex = { version = "0.4.6", default-features = false, features = ["libm"] } tinyvec = { version = "1.8.0", features = ["alloc"] } -hashbrown = "0.14.5" +hashbrown = "0.15.0" microfft = { version = "0.6.0", features = ["size-32768"] } funutd = { version = "0.16.0", default-features = false } thingbuf = { version = "0.1.6", default-features = false, features = ["alloc"] } -once_cell = { version = "1.19.0", default-features = false, features = ["race", "alloc"] } +once_cell = { version = "1.20.1", default-features = false, features = ["race", "alloc"] } symphonia = { version = "0.5.4", optional = true, features = ["all"] } [dev-dependencies] -anyhow = "1.0.87" +anyhow = "1.0.89" criterion = "0.5.1" cpal = "0.15.3" assert_no_alloc = "1.1.2" -eframe = "0.28.1" +eframe = "0.29.1" plotters = "0.3.7" midi-msg = "0.5.0" midir = "0.9.1" diff --git a/FUTURE.md b/FUTURE.md index 43d5aa9..4b886ad 100644 --- a/FUTURE.md +++ b/FUTURE.md @@ -21,6 +21,5 @@ This is a list of feature ideas for the future. - Make a more flexible node replacement method for `Net` where the number of inputs and outputs could be changed. - Text-to-speech engine. - Resampler with sinc interpolation. -- Ring buffer component for transporting audio data from another thread. - Support feedback loops in `Net`. - Looping in `Sequencer`.