diff --git a/crates/bevy_wgpu/Cargo.toml b/crates/bevy_wgpu/Cargo.toml index bcd6b70d962b7..30598d624a413 100644 --- a/crates/bevy_wgpu/Cargo.toml +++ b/crates/bevy_wgpu/Cargo.toml @@ -29,7 +29,7 @@ bevy_winit = { path = "../bevy_winit", optional = true, version = "0.2.1" } bevy_utils = { path = "../bevy_utils", version = "0.2.1" } # other -wgpu = "0.6" +wgpu = "22.0" futures-lite = "1.4.0" log = { version = "0.4", features = ["release_max_level_info"] } crossbeam-channel = "0.4.4"