aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Silas Bartha <silas@exvacuum.dev>2024-09-09 19:10:03 -0400
committerLibravatar Silas Bartha <silas@exvacuum.dev>2024-09-09 19:10:03 -0400
commit644732b04d873a96dfe9e778febdd5fd5f56ebc2 (patch)
tree68b566abe4e6616df6b97333879b54bd4356ff53 /Cargo.toml
parent1e80d0684ddbcd3d995a05e572fafb181263758c (diff)
Add default soundfontv0.1.0
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 4 insertions, 0 deletions
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 = []