this post was submitted on 10 Mar 2024
27 points (100.0% liked)

Rust

5613 readers
47 users here now

Welcome to the Rust community! This is a place to discuss about the Rust programming language.

Wormhole

!performance@programming.dev

Credits

  • The icon is a modified version of the official rust logo (changing the colors to a gradient and black background)

founded 1 year ago
MODERATORS
 

Hi rustaceans! What are you working on this week? Did you discover something new, you want to share?

you are viewing a single comment's thread
view the rest of the comments
[–] edfloreshz@lemmy.ml 5 points 5 months ago (1 children)

I'm working on COSMIC To-do, a To-do app for the new COSMIC desktop.

It's very much still a WIP.

[–] secana@programming.dev 3 points 5 months ago (1 children)

How easy is it to create custom widgets with iced.rs? Or does Cosmic provide it's own full widget library?

[–] edfloreshz@lemmy.ml 3 points 5 months ago

libcosmic has everything you need to create applications and applets, it has a widget collection and utilizes iced.rs as the foundation.