From 644732b04d873a96dfe9e778febdd5fd5f56ebc2 Mon Sep 17 00:00:00 2001 From: Silas Bartha Date: Mon, 9 Sep 2024 19:10:03 -0400 Subject: Add default soundfont --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 1a83875..3bfc211 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,3 +15,7 @@ rodio = "0.19" version = "0.14" default-features = false features = ["bevy_audio", "bevy_asset"] + +[features] +default = ["hl4mgm"] +hl4mgm = [] -- cgit v1.2.3