diff --git a/crates/bevy_render/Cargo.toml b/crates/bevy_render/Cargo.toml index ae6d98d507a5f..e2b71589321e1 100644 --- a/crates/bevy_render/Cargo.toml +++ b/crates/bevy_render/Cargo.toml @@ -72,6 +72,6 @@ flate2 = { version = "1.0.22", optional = true } ruzstd = { version = "0.2.4", optional = true } # For transcoding of UASTC/ETC1S universal formats, and for .basis file support basis-universal = { version = "0.2.0", optional = true } -encase = { version = "0.3", features = ["glam"], git = "https://github.com/mockersf/encase", branch = "update-glam-0.22" } +encase = { version = "0.4", features = ["glam"] } # For wgpu profiling using tracing. Use `RUST_LOG=info` to also capture the wgpu spans. profiling = { version = "1", features = ["profile-with-tracing"], optional = true }