diff --git a/Cargo.toml b/Cargo.toml index a49601b..8b0b310 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ bevy_audio = ["bevy/bevy_audio", "bevy/wav", "rodio"] oddio = ["bevy_oddio"] [dependencies] -fundsp = "0.15" +fundsp = "0.16" cpal = "0.15" once_cell = "1.13" rodio = { version = "0.17.1", default-features = false, features = ["wav"], optional = true }