diff --git a/Cargo.toml b/Cargo.toml index 24729c9e..82640de6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,7 @@ bevy = { version = "0.14.0", default-features = false, features = [ egui = { version = "0.28", default-features = false, features = ["bytemuck"] } bytemuck = "1" webbrowser = { version = "1.0.1", optional = true } -wgpu-types = "0.20" +wgpu-types = "22.0" [target.'cfg(not(any(target_arch = "wasm32", target_os = "android")))'.dependencies] arboard = { version = "3.2.0", optional = true }