mirror of
https://github.com/bevyengine/bevy
synced 2024-11-22 04:33:37 +00:00
upgrade dependencies
This commit is contained in:
parent
cda657b401
commit
ccb240c4c4
2 changed files with 3 additions and 3 deletions
|
@ -8,9 +8,9 @@ edition = "2018"
|
||||||
# Modified to use std::any::type_name instead of std::any::TypeId
|
# Modified to use std::any::type_name instead of std::any::TypeId
|
||||||
legion = { path = "bevy_legion", features = ["serialize"] }
|
legion = { path = "bevy_legion", features = ["serialize"] }
|
||||||
wgpu = { git = "https://github.com/gfx-rs/wgpu-rs.git", rev = "a7b0d5ae5bc0934439ef559ed145e93f0117c39a"}
|
wgpu = { git = "https://github.com/gfx-rs/wgpu-rs.git", rev = "a7b0d5ae5bc0934439ef559ed145e93f0117c39a"}
|
||||||
glam = "0.8.4"
|
glam = "0.8.6"
|
||||||
winit = "0.22.0"
|
winit = "0.22.0"
|
||||||
zerocopy = "0.2"
|
zerocopy = "0.3"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
env_logger = "0.7"
|
env_logger = "0.7"
|
||||||
rand = "0.7.2"
|
rand = "0.7.2"
|
||||||
|
|
|
@ -8,7 +8,7 @@ license = "MIT"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
legion = { path = "../bevy_legion", features = ["serialize"]}
|
legion = { path = "../bevy_legion", features = ["serialize"]}
|
||||||
glam = "0.8.3"
|
glam = "0.8.6"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
rayon = "1.2"
|
rayon = "1.2"
|
||||||
serde = { version = "1", features = ["derive"] }
|
serde = { version = "1", features = ["derive"] }
|
||||||
|
|
Loading…
Reference in a new issue