Cargo Features
[dependencies]
augmented-iced-editor = { version = "1.3.0", default-features = false, features = ["tokio", "glow", "wgpu"] }
- default = tokio, wgpu
-
These default features are set whenever
augmented-iced-editor
is added without
somewhere in the dependency tree.default-features = false - tokio default
-
Enables tokio of iced ^0.8.0 and augmented_iced_baseview
iced:
Enables
tokio
as theexecutor::Default
on native platforms - glow
-
Enables canvas and glow of iced ^0.8.0 and augmented_iced_baseview
- wgpu default
-
Enables 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_baseview glow? tokio wgpu
-
Enables augmented_iced_baseview