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

Rust

5463 readers
17 users here now

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

Wormhole

[email protected]

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
[–] [email protected] 5 points 4 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.

[–] [email protected] 3 points 4 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?

[–] [email protected] 3 points 4 months ago

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