rust-windowing / winit

Window handling library in pure Rust
https://docs.rs/winit/
Apache License 2.0
4.55k stars 876 forks source link

Winit version 0.30.3 #3744

Closed kchibisov closed 1 week ago

kchibisov commented 1 week ago

--

Need to fix build for arm.

kchibisov commented 1 week ago

@daxpedda please, next time you'd like to push something, preserve the correct history, as in the commits you push should be in the same relevant order to the commits here. The actual release commit must be the last one.

In the end, when creating the release CHANGELOG entry, all the entries must be present in unreleased.md changelog (this is documented in CONTRIBUTING.md, since you apply patches first and then move entries). This is required to not overly modify the original commits, because if someone else will add one more commit, the rebase will be start requiring more and more manual work. Thanks!

daxpedda commented 1 week ago

Apologies!