|
|
|
|
|
by WhyNotHugo
1091 days ago
|
|
iced is a really weird one. It has a lot of widgets and lots of really advanced features... but clipboard support is almost non-existant (basically you can only copy small strings and nothing else). (I also think drag-and-drop is not possible either) I've wanted to work on a few tiny tools in Rust, but so much of my workflow relies on proper clipboard support that it's never worked out. Maybe some day I'll have time and energy to work on this, but the issue seem to come from underlying libraries providing abstractions that just don't allow properly inter-operating with the clipboard. Of course, this isn't a problem for an IRC client, since you can't send images or anything like that anyway. |
|
This seems to have a form of drag and drop in the demo gif.