From 86d578c587be1874ff7923c4c1056cadd3a46130 Mon Sep 17 00:00:00 2001 From: Silas Bartha Date: Thu, 19 Sep 2024 16:05:28 -0400 Subject: Added basic note-sequence source support and removed multithreading dependency --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index ecde1f0..f190879 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.1.2" +version = "0.2.0" edition = "2021" license = "0BSD OR MIT OR Apache-2.0" @@ -14,7 +14,7 @@ rodio = "0.19" [dependencies.bevy] version = "0.14" default-features = false -features = ["bevy_audio", "bevy_asset", "multi_threaded"] +features = ["bevy_audio", "bevy_asset"] [features] default = ["hl4mgm"] -- cgit v1.2.3