diff options
author | Silas Bartha <silas@exvacuum.dev> | 2024-09-09 19:10:03 -0400 |
---|---|---|
committer | Silas Bartha <silas@exvacuum.dev> | 2024-09-09 19:10:03 -0400 |
commit | 644732b04d873a96dfe9e778febdd5fd5f56ebc2 (patch) | |
tree | 68b566abe4e6616df6b97333879b54bd4356ff53 /Cargo.toml | |
parent | 1e80d0684ddbcd3d995a05e572fafb181263758c (diff) |
Add default soundfontv0.1.0
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -15,3 +15,7 @@ rodio = "0.19" version = "0.14" default-features = false features = ["bevy_audio", "bevy_asset"] + +[features] +default = ["hl4mgm"] +hl4mgm = [] |