wayland: Update sctk to 0.21, and bump MSRV to 1.86 - #4567
Conversation
|
@ids1024 what's the status of this given that sctk-0.21 is released and also lays some ground for the wayland-rs change? We may bump sctk to 0.21 for the next release of winit, I guess? |
|
Thanks for reminding me. Once PolyMeilex/sctk-adwaita#92 is released, we can update winit to use the latest sctk changes. I'll split off the change for the upcoming wayland-rs release here. CI is failing since sctk requires Rust 1.86, while it currently targets 1.85. I assume we can just bump that since it would clearly be consistent with winit's MSRV policy. |
e688a77 to
e2738bc
Compare
This uses `Dispatch2`, which will be how `Dispatch` is defined in the upcoming wayland-rs release.
sctk with Dispatch2sctk to 0.21, and bump MSRV to 1.86
|
May as well merge this part into The change to use user-data types in sctk is potentially the most error prone part of this and the wayland-rs update, since |
Prototyping API change in upcoming wayland-rs API release.
Smithay/client-toolkit#519
changelogmodule if knowledge of this change could be valuable to users