Cargo Features
[dependencies]
limnus = { version = "0.0.10", default-features = false, features = ["audio"] }
- default = audio
-
The
audio
feature is set by default wheneverlimnus
is added without
somewhere in the dependency tree.default-features = false - audio default = limnus-audio-device, limnus-audio-mixer, limnus-audio-sample, limnus-audio-stream
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.