Skip to content

Wgpu 25#117

Merged
alice-i-cecile merged 4 commits intobevyengine:masterfrom
Elabajaba:wgpu-25
Apr 28, 2025
Merged

Wgpu 25#117
alice-i-cecile merged 4 commits intobevyengine:masterfrom
Elabajaba:wgpu-25

Conversation

@Elabajaba
Copy link
Contributor

@Elabajaba Elabajaba commented Apr 10, 2025

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.

Copy link
Collaborator

@robtfm robtfm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wgpu 25’s msrv is 1.84 so no issues with that

@ArthurBrussee
Copy link

Should probably bump codespan-reporting alongside this, as wpgu pulls in a new version (0.12). Keeps cargo deny happy :)

@alice-i-cecile alice-i-cecile merged commit 0684428 into bevyengine:master Apr 28, 2025
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants