Skip to content

TabBar and Tabs doesn't work with iced cloned from github #320

Description

@not-null-nil

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions