Cargo Features
actually_beep has no features set by default.
[dependencies]
actually_beep = { version = "0.1.1", features = ["jack", "threaded"] }
-
jack
-
Use the "jack" feature of cpal
. Only useful on Linux & the BSDs.
Enables
jack
of
cpal
-
threaded
-
Doesn't currently do anything.