aboutsummaryrefslogtreecommitdiffstats
path: root/mumd/Cargo.toml
diff options
context:
space:
mode:
authorEskil Queseth <eskilq@kth.se>2020-11-16 23:26:11 +0100
committerEskil Queseth <eskilq@kth.se>2020-11-16 23:26:11 +0100
commitbe4d273fa8778ec87ad4a34502d0f3c75657fbbc (patch)
tree1e26aa9f64ca3e874c08d5923cb538cd3d0ae851 /mumd/Cargo.toml
parent505e850afab903797eba40bdc6c852f09dfa186f (diff)
downloadmum-be4d273fa8778ec87ad4a34502d0f3c75657fbbc.tar.gz
change sound_effects to sound-effects
Diffstat (limited to 'mumd/Cargo.toml')
-rw-r--r--mumd/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/mumd/Cargo.toml b/mumd/Cargo.toml
index e124eb4..15aaed5 100644
--- a/mumd/Cargo.toml
+++ b/mumd/Cargo.toml
@@ -9,11 +9,11 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[features]
-default = ["notifications", "sound_effects"]
+default = ["notifications", "sound-effects"]
notifications = ["libnotify"]
-sound_effects = ["hound", "samplerate"]
+sound-effects = ["hound", "samplerate"]
[dependencies]
mumlib = { path = "../mumlib" }