Cargo Features
[dependencies]
glicol_synth = { version = "0.13.5", default-features = false, features = ["use-samples", "use-meta", "node-pass", "node-sampling", "node-dynamic", "node-sum"] }
- default = node-boxed, node-pass, node-sum
-
These default features are set whenever
glicol_synth
is added without
somewhere in the dependency tree.default-features = false - use-samples = node-sampling
-
Affects
node::sampling
… - use-meta = node-dynamic
-
Affects
node::dynamic
… - node-boxed node-pass default
- node-sampling use-samples?
- node-dynamic use-meta? = rhai
- node-sum default = dasp_slice
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.