vpop_os·Pop!_OS (Linux)byvan2z 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.View original on lemmy.world7Comments2
pnutzh4x0r lemmy.ndlug.orgI'm not 100% sure, but you may want to look into libcosmic, which appears to have the COSMIC widgets.3
Michael Murphy (S76) lemmy.worldTry building your application with cosmic::app::Application from libcosmic. The wayland feature is currently better supported than winit.2
I'm not 100% sure, but you may want to look into libcosmic, which appears to have the COSMIC widgets.
Try building your application with
cosmic::app::Applicationfrom libcosmic. The wayland feature is currently better supported than winit.