aboutsummaryrefslogtreecommitdiffstats
path: root/mumd/Cargo.toml
diff options
context:
space:
mode:
authorEskil Queseth <eskilq@kth.se>2020-11-16 21:14:29 +0100
committerEskil Queseth <eskilq@kth.se>2020-11-16 21:14:29 +0100
commit505e850afab903797eba40bdc6c852f09dfa186f (patch)
tree805c2ac76797d02d318caaa472cd6b91bf32e30f /mumd/Cargo.toml
parent292ba0307ebcf14ab8362f8f8f276a67d38a93ea (diff)
downloadmum-505e850afab903797eba40bdc6c852f09dfa186f.tar.gz
clean up conditional compilation
Diffstat (limited to 'mumd/Cargo.toml')
-rw-r--r--mumd/Cargo.toml6
1 files changed, 2 insertions, 4 deletions
diff --git a/mumd/Cargo.toml b/mumd/Cargo.toml
index 1096041..e124eb4 100644
--- a/mumd/Cargo.toml
+++ b/mumd/Cargo.toml
@@ -9,13 +9,11 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[features]
-default = []
-
-all = ["libnotify", "hound", "samplerate"]
+default = ["notifications", "sound_effects"]
notifications = ["libnotify"]
-sounds = ["hound", "samplerate"]
+sound_effects = ["hound", "samplerate"]
[dependencies]
mumlib = { path = "../mumlib" }