remove feature toggles (use cargo run
options instead)
This commit is contained in:
parent
7b52fc000d
commit
302ba98cbd
1 changed files with 0 additions and 3 deletions
|
@ -11,9 +11,6 @@ fasteval = "0.2.4"
|
|||
tinyaudio = { version = "0.1", optional = true }
|
||||
|
||||
[features]
|
||||
# default = []
|
||||
# default = ["save"]
|
||||
# default = ["play"]
|
||||
default = ["play", "save"]
|
||||
play = ["dep:tinyaudio"]
|
||||
save = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue