aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Silas Bartha <silas@exvacuum.dev>2024-09-19 21:18:38 -0400
committerLibravatar Silas Bartha <silas@exvacuum.dev>2024-09-19 21:18:38 -0400
commitf6914ca55f2f4771df20534f26e5667965985aa0 (patch)
tree92f68453d09c798dd60181fc58f9cd669d961d5a /Cargo.toml
parent86d578c587be1874ff7923c4c1056cadd3a46130 (diff)
Added bank switching + render chunking for sequencesv0.2.1
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"