You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bog standard wgpu upgrade. Tests pass and clippy is happy.
Clippy recommended `std::iter::repeat_n(...)` instead of
`std::iter::repeat(...).take(...)`, which requires rust 1.82 so I added
an msrv of ~~1.82~~ to `Cargo.toml`.
edit: Bumped msrv to 1.84 to match wgpu 25's.
0 commit comments