Skip to content

Commit

Permalink
upgrade wgpu (removes some dependencies)
Browse files Browse the repository at this point in the history
  • Loading branch information
cart committed Jul 11, 2020
1 parent fb2dfba commit cb1ffb4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crates/bevy_wgpu/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down

0 comments on commit cb1ffb4

Please sign in to comment.