Open BartMassey opened 1 year ago
Thanks for the report. There are a number of Wayland related issues that I have flagged as such https://github.com/emoon/rust_minifb/issues?q=is%3Aissue+is%3Aopen+label%3Awayland
I have now switched my Linux desktop over to Wayland so I will try to tackle a number of these issues soon now when I can do some testing myself. I didn't implement the original Wayland support, but I will have to fix up all of the issues now and at the same time I will upgrade the crates to the supported version(s)
Thank you much for a great package and for looking at this.
Minifb 0.24.0 (and current git) uses
wayland-client
at 0.29.5. Sadly, this produces a "future deprecation warning" because of oldwayland-client
dependencies.Ideally,
minifb
would be updated to usewayland-client
0.30.1. I tried to update it myself, but there were too many breaking changes for me to work through it easily. For now, I'll just take the warning, which is against an example anyhow. But it would be great to fix it.