Cargo Features
iced_af has no features set by default.
[dependencies]
iced_af = { version = "0.4.1", features = ["sync", "iced_aw"] }
- default
-
Specify any application feature defaults here.
[], [ "iced_aw" ] - sync
-
Will allow for multithreaded concurrency, remember to add crates that support sync features.
Enables sync of i18n-rizzen-yazston
- iced_aw
-
Will use the embedded
iced_aw
components. This helps those having cargo cache issues when using main branch oficed_aw
with master branch oficed
.Affects
iced_af::iced_aw
…