Cargo Features
[dependencies]
audio-processor-standalone-gui = { version = "0.11.0", default-features = false, features = ["glow", "wgpu", "baseview", "augmented-iced-editor"] }
- default = audio-processor-iced-design-system, augmented-iced-editor, baseview, iced, iced_baseview, wgpu
-
These default features are set whenever
audio-processor-standalone-gui
is added without
somewhere in the dependency tree.default-features = false Enables tokio of iced ^0.8.0 and augmented_iced_baseview
iced:
GUI dependencies
- glow
-
Enables glow of audio-processor-iced-design-system, canvas and glow of iced ^0.8.0 and augmented_iced_baseview
- wgpu default
-
Enables wgpu of audio-processor-iced-design-system, canvas and wgpu of iced ^0.8.0 and augmented_iced_baseview
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.
- iced default glow? wgpu
-
Enables iced ^0.8.0
- iced_baseview default glow? wgpu
-
Enables augmented_iced_baseview
- baseview default
-
Enables augmented_baseview
- augmented-iced-editor default
- audio-processor-iced-design-system default glow? wgpu