I am using iced master with iced_aw bd6b149, and TabBar and Tabs doesn't work.
I'm using the latest commit because it add support for CJK input method.
the trait bound Theme: iced_aw::tab_bar::Catalog is not satisfied
the trait iced_aw::tab_bar::Catalog is implemented for
Cargo.toml
[dependencies]
iced = { git = "https://github.com/iced-rs/iced.git", features = ["tokio", "advanced"] }
iced_aw = { git = "https://github.com/iced-rs/iced_aw.git", default-features = false, features = ["tab_bar", "tabs"] }
then just put anything from examples into src folder
I am using iced master with iced_aw bd6b149, and TabBar and Tabs doesn't work.
I'm using the latest commit because it add support for CJK input method.
the trait bound
Theme: iced_aw::tab_bar::Catalogis not satisfiedthe trait
iced_aw::tab_bar::Catalogis implemented forCargo.toml
then just put anything from examples into src folder