Skip to content

Commit

Permalink
Now used a patched fork of bevy-inspector-egui
Browse files Browse the repository at this point in the history
  • Loading branch information
nilaysavant committed Aug 26, 2023
1 parent 3f01dc5 commit fcd5ddc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 150 deletions.
152 changes: 3 additions & 149 deletions Cargo.lock

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

6 changes: 5 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,11 @@ bevy_egui = { version = "0.21", default-features = false, features = [
"default_fonts",
] }
bevy = "0.11"
bevy-inspector-egui = "0.19"
# patched version of the inspector crate with no clipboard feature (from bevy_egui) dep.
bevy-inspector-egui = { git = "https://github.com/nilaysavant/bevy-inspector-egui", branch = "no-clipboard-v0.19", default-features = false, features = [
"bevy_pbr",
"bevy_egui_no_clipboard",
] }
bevy_rapier3d = { version = "0.22", features = [
"debug-render",
"serde-serialize",
Expand Down

0 comments on commit fcd5ddc

Please sign in to comment.