mirror of
https://github.com/bevyengine/bevy
synced 2024-11-21 20:23:28 +00:00
update wgpu-rs
This commit is contained in:
parent
9d2909b43e
commit
6055bf677b
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ edition = "2018"
|
|||
[dependencies]
|
||||
# Modified to use std::any::type_name instead of std::any::TypeId
|
||||
legion = { path = "bevy_legion", features = ["serde-1"] }
|
||||
wgpu = { git = "https://github.com/gfx-rs/wgpu-rs.git", rev = "2374b8ec9ddbc058dd0237856fc30d33e6ff8f93"}
|
||||
wgpu = { git = "https://github.com/gfx-rs/wgpu-rs.git", rev = "a7b0d5ae5bc0934439ef559ed145e93f0117c39a"}
|
||||
glam = "0.8.4"
|
||||
winit = "0.21.0"
|
||||
zerocopy = "0.2"
|
||||
|
|
Loading…
Reference in a new issue