diff options
author | Silas Bartha <[email protected]> | 2024-09-19 21:18:38 -0400 |
---|---|---|
committer | Silas Bartha <[email protected]> | 2024-09-19 21:18:38 -0400 |
commit | f6914ca55f2f4771df20534f26e5667965985aa0 (patch) | |
tree | 92f68453d09c798dd60181fc58f9cd669d961d5a /Cargo.toml | |
parent | 86d578c587be1874ff7923c4c1056cadd3a46130 (diff) |
Added bank switching + render chunking for sequencesv0.2.1
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 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.0" +version = "0.2.1" edition = "2021" license = "0BSD OR MIT OR Apache-2.0" |