Skip to content

Commit

Permalink
Update fundsp requirement from 0.15 to 0.16
Browse files Browse the repository at this point in the history
Updates the requirements on [fundsp](https://github.com/SamiPerttu/fundsp) to permit the latest version.
- [Changelog](https://github.com/SamiPerttu/fundsp/blob/master/CHANGES.md)
- [Commits](https://github.com/SamiPerttu/fundsp/commits)

---
updated-dependencies:
- dependency-name: fundsp
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 1, 2024
1 parent 506aa3b commit 4ec6942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit 4ec6942

Please sign in to comment.