Cargo Features
[dependencies]
ljud = { version = "0.0.5", default-features = false, features = ["no_std", "sampler", "convolution"] }
- default = convolution, sampler
-
These default features are set whenever
ljud
is added without
somewhere in the dependency tree.default-features = false - no_std = libm
- sampler default = hound
- convolution default
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.