Skip to content

Commit

Permalink
Update wgpu requirement from 0.16.0 to 0.17.0 (Inochi2D#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
Speykious authored Aug 7, 2023
2 parents 8bd2de1 + cb93016 commit 1033976
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/render-wgpu/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ raw-window-handle = "0.5.1"
tracing = "0.1.37"
tracing-subscriber = "0.3.16"
winit = "0.28.2"
wgpu = "0.16.0"
wgpu = "0.17.0"
2 changes: 1 addition & 1 deletion inox2d-wgpu/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ encase = { version = "0.6.1", features = ["glam"] }
glam = { version = "0.24.0", features = ["bytemuck"] }
thiserror = "1.0.39"
tracing = "0.1.37"
wgpu = { version = "0.16.0", features = ["webgl"] }
wgpu = { version = "0.17.0", features = ["webgl"] }

[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies]
clap = { version = "4.1.8", features = ["derive"] }
Expand Down

0 comments on commit 1033976

Please sign in to comment.