Cargo Features
[dependencies]
anim = { version = "0.1.4", default-features = false, features = ["local", "iced-backend", "derive"] }
- default = derive, iced-backend, local
-
These default features are set whenever
anim
is added without
somewhere in the dependency tree.default-features = false - local default = parking_lot
-
Affects
anim::local
… - iced-backend default = iced_native
- derive default = anim-derive
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.
- anim-derive derive
- iced_native iced-backend
-
Enables iced_native ^0.4
- parking_lot local
-
Enables parking_lot ^0.11