diff --git a/Cargo.toml b/Cargo.toml index 52f1e79006..f6cebaf56e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/bevy_transform/Cargo.toml b/bevy_transform/Cargo.toml index 31585cb8de..676afc2bd5 100644 --- a/bevy_transform/Cargo.toml +++ b/bevy_transform/Cargo.toml @@ -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"] }