Is there a crate to use cosmic's widgets?

The default Iced widgets feel a bit lacking. I want to see if cosmic's widgets have a bit more functionality, or if they are just a theme change.

7 points · 2 comments · view on lemmy.world

2 Comments

pnutzh4x0r@lemmy.ndlug.org · 3 pts · 3y

I'm not 100% sure, but you may want to look into libcosmic, which appears to have the COSMIC widgets.

mmstick@lemmy.world · 2 pts · 3y

Try building your application with cosmic::app::Application from libcosmic. The wayland feature is currently better supported than winit.