diff options
author | Silas Bartha <silas@exvacuum.dev> | 2024-12-09 15:36:24 -0500 |
---|---|---|
committer | Silas Bartha <silas@exvacuum.dev> | 2024-12-09 15:36:24 -0500 |
commit | 5aa98ce81c5b62601c892e9b64bdc7155ec97aa6 (patch) | |
tree | 683ee8dbeeb55bdb30c60e84e7c2e60cd966ef67 /Cargo.toml | |
parent | 7ee9bf6172fda8ea6a20bed9326a0918f3371226 (diff) |
Updated to Bevy 0.15v0.3.0
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,7 +1,7 @@ [package] name = "bevy_rustysynth" description = "A plugin which adds MIDI file and soundfont audio support to the bevy engine via rustysynth." -version = "0.2.1" +version = "0.3.0" edition = "2021" license = "0BSD OR MIT OR Apache-2.0" @@ -9,10 +9,10 @@ license = "0BSD OR MIT OR Apache-2.0" rustysynth = "1.3" itertools = "0.13" async-channel = "2.3" -rodio = "0.19" +rodio = "0.20" [dependencies.bevy] -version = "0.14" +version = "0.15" default-features = false features = ["bevy_audio", "bevy_asset"] |