From cb1ffb42c4b33c86fa7385d56c231f00b400f3bf Mon Sep 17 00:00:00 2001 From: Carter Anderson Date: Fri, 10 Jul 2020 19:42:32 -0700 Subject: [PATCH] upgrade wgpu (removes some dependencies) --- crates/bevy_wgpu/Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/crates/bevy_wgpu/Cargo.toml b/crates/bevy_wgpu/Cargo.toml index 4835a904a8..3f90508052 100644 --- a/crates/bevy_wgpu/Cargo.toml +++ b/crates/bevy_wgpu/Cargo.toml @@ -19,8 +19,7 @@ bevy_window = { path = "../bevy_window" } bevy_winit = { path = "../bevy_winit", optional = true } # render -wgpu = { git = "https://github.com/gfx-rs/wgpu-rs.git", rev = "344161feae78b077dc28089cf8daa8ce80277eb9" } -# wgpu = { version = "0.5.0" } +wgpu = { git = "https://github.com/gfx-rs/wgpu-rs.git", rev = "8c4d814607a303458ad9453da59dfc3a9951d7a3" } pollster = "0.2.0" log = { version = "0.4", features = ["release_max_level_info"] }