From f6914ca55f2f4771df20534f26e5667965985aa0 Mon Sep 17 00:00:00 2001 From: Silas Bartha Date: Thu, 19 Sep 2024 21:18:38 -0400 Subject: Added bank switching + render chunking for sequences --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index f190879..4b19286 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" -- cgit v1.2.3