Hacker News new | ask | show | jobs
by distcs 1091 days ago
What are you using for the GUI toolkit? The GUI looks awesome.
2 comments

Judging from the Cargo.toml

https://github.com/squidowl/halloy/blob/main/Cargo.toml

It seems to use iced gui toolkit

https://github.com/iced-rs/iced

The cross-platform support and screenshots look impressive. Anyone knows how it does that? Does it have runtime dependencies to render those GUIs across OSes? Or is it all baked into the Rust source code?