Cargo Features

[dependencies]
iced_audio = { version = "0.12.0", default-features = false, features = ["glow", "wgpu"] }
default = wgpu

The wgpu feature is set by default whenever iced_audio is added without default-features = false somewhere in the dependency tree.

glow = iced_glow
wgpu default = iced_wgpu

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_glow glow?
iced_wgpu wgpu

Enables iced_wgpu ^0.10