serpack
serpack
I have the same issue on my Gentoo+KDE+Wayland machine. KDE 5.27.10 kwayland 5.113.0 plasma-wayland-protocols 1.12.0 wayland 1.22.0 wayland-protocols 1.32
UPD. > I wonder if [rust-windowing/winit#3446](https://github.com/rust-windowing/winit/pull/3446) fixes this perhaps. After I have changed dependencies to `slint = { git = "https://github.com/slint-ui/slint.git"}` the problem seems to be fixed, for me at...
After consideration of the suggestion from the thread https://github.com/Joylei/plotters-iced/pull/45#discussion_r2610202611 I have changed vec to hashset and made it more idiomatic