mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
upgrade wgpu
This commit is contained in:
parent
c5ca59dc4d
commit
b5cdb7c5fc
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ bevy_winit = { path = "../bevy_winit", optional = true }
|
|||
legion = { path = "../bevy_legion" }
|
||||
|
||||
# render
|
||||
wgpu = { git = "https://github.com/gfx-rs/wgpu-rs.git", rev = "f79ee512eb3d0cb50390787b58694d627eee6c34" }
|
||||
wgpu = { git = "https://github.com/gfx-rs/wgpu-rs.git", rev = "89ee5bffd3c37279f733b76b05e5d030aba035db" }
|
||||
# wgpu = { version = "0.5.0" }
|
||||
|
||||
futures = "0.3"
|
||||
|
|
Loading…
Reference in a new issue