Cargo Features
[dependencies]
iced_gif = { version = "0.13.0", default-features = false, features = ["tokio", "async-fs"] }
- default = async-fs
-
The
async-fs
feature is set by default whenevericed_gif
is added without
somewhere in the dependency tree.default-features = false - tokio
-
Enables tokio
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.
- async-fs default
-
Enables async-fs ^1.6