Skip to content

Commit

Permalink
use published encase
Browse files Browse the repository at this point in the history
  • Loading branch information
mockersf committed Nov 6, 2022
1 parent b143ca0 commit 9446d75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_render/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }

0 comments on commit 9446d75

Please sign in to comment.