upgrade dependencies

This commit is contained in:
Carter Anderson 2020-03-09 14:57:46 -07:00
parent cda657b401
commit ccb240c4c4
2 changed files with 3 additions and 3 deletions

View file

@ -8,9 +8,9 @@ edition = "2018"
# Modified to use std::any::type_name instead of std::any::TypeId
legion = { path = "bevy_legion", features = ["serialize"] }
wgpu = { git = "https://github.com/gfx-rs/wgpu-rs.git", rev = "a7b0d5ae5bc0934439ef559ed145e93f0117c39a"}
glam = "0.8.4"
glam = "0.8.6"
winit = "0.22.0"
zerocopy = "0.2"
zerocopy = "0.3"
log = "0.4"
env_logger = "0.7"
rand = "0.7.2"

View file

@ -8,7 +8,7 @@ license = "MIT"
[dependencies]
legion = { path = "../bevy_legion", features = ["serialize"]}
glam = "0.8.3"
glam = "0.8.6"
log = "0.4"
rayon = "1.2"
serde = { version = "1", features = ["derive"] }