Skip to content

Commit

Permalink
update wgpu
Browse files Browse the repository at this point in the history
  • Loading branch information
KrLite committed Jan 30, 2024
1 parent 7a63719 commit ecb59ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flare3d/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ winit = { version = "0.29", default-features = false, features = [
"wayland-dlopen",
"wayland-csd-adwaita",
] }
wgpu = "0.18"
wgpu = "0.19"
tracing = "0.1"
bytemuck = { version = "1.4", features = ["derive"] }
anyhow = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion flare3d/examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ maintenance = { status = "actively-developed" }
[dependencies]
flare3d = { path = "../" }
winit = "0.29"
wgpu = "0.18"
wgpu = "0.19"
futures-executor = "0.3"

0 comments on commit ecb59ec

Please sign in to comment.