Skip to content

Commit

Permalink
fix(deps): update rust crate wgpu to v24
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 16, 2025
1 parent b3e5994 commit d0ef6ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,14 +72,14 @@ winit = "0.30.8"
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
notify-debouncer-mini = "0.6.0"
pollster = "0.4.0"
wgpu = { version = "23.0.1", default-features = false, features = ["wgsl"] }
wgpu = { version = "24.0.0", default-features = false, features = ["wgsl"] }

# Dependencies specifically for the web platform
[target.'cfg(target_arch = "wasm32")'.dependencies]
console_error_panic_hook = "0.1.7"
wasm-bindgen-futures = "0.4.49"
web-sys = { version = "0.3.76", features = ["Document", "Window", "Element"] }
wgpu = { version = "23.0.1", default-features = false, features = ["webgl", "wgsl"] }
wgpu = { version = "24.0.0", default-features = false, features = ["webgl", "wgsl"] }

[build-dependencies]
naga = { version = "24.0.0", default-features = false, features = ["wgsl-in", "wgsl-out"] }
Expand Down

0 comments on commit d0ef6ed

Please sign in to comment.