Cargo Features

[dependencies]
audio-processor-iced-design-system = { version = "1.0.0", default-features = false, features = ["wgpu", "glow"] }
default = wgpu

The wgpu feature is set by default whenever audio-processor-iced-design-system is added without default-features = false somewhere in the dependency tree.

wgpu default

Enables canvas, tokio and wgpu of iced ^0.8.0

glow

Enables canvas, glow and tokio of iced ^0.8.0

audio-processor-iced-design-system has 3 features without comments.