Skip to content

Commit

Permalink
build: remove transitive bevy_pbr dependency. (fishfolk#784)
Browse files Browse the repository at this point in the history
closes fishfolk#614 

Removes transitive bevy_pbr dependency as found with help of `cargo tree
-i bevy_pbr `.
  • Loading branch information
tzemanovic committed May 26, 2023
1 parent ce98330 commit d6262ac
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ debug-network-slowdown = ["async-timer", "turborand"]
anyhow = "1.0.58"
async-channel = "1.7.1"
base64 = "0.21.0"
bevy-inspector-egui = { version = "0.17.0" }
bevy-inspector-egui = { version = "0.17.0", default-features = false }
bevy_egui = "0.19.0"
bevy_fluent = "0.5.0"
bevy_framepace = "0.11.0"
Expand Down

0 comments on commit d6262ac

Please sign in to comment.