Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Rust crate wgpu to 0.14.2 #85

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update Rust crate wgpu to 0.14.2
renovate[bot] authored Dec 1, 2022

Verified

This commit was signed with the committer’s verified signature. The key has expired.
chrismaddalena Christopher Maddalena
commit 40cd4775978064e9735f6e814531014f86c35b12
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -27,7 +27,7 @@ raw-window-handle = "0.5.0"
winit = "0.27.5"
gloo-console = "0.2.3"
instant = "0.1.12"
wgpu = { version = "0.14.0", features = ["webgl"] } # TODO: Years in the future when wgpu is stable, remove gl
wgpu = { version = "0.14.2", features = ["webgl"] } # TODO: Years in the future when wgpu is stable, remove gl
glam = "0.22.0"
bytemuck = { version = "1.12.3", features = [ "derive" ] }
js-sys = "0.3.60"