Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 14 additions & 21 deletions 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 @@ -22,7 +22,7 @@ resources = ["assets"]
#the bevy game engine itself
bevy = { version = "0.11.2", features = ["serialize"] }
#a debug menu and interface for visualising component hierarchy and changing values on the fly.
bevy-inspector-egui = "0.19.0"
bevy-inspector-egui = "0.20.0"
#3d physics engine in bevy
bevy_rapier3d = { version = "0.22.0", features = ["serde-serialize", "debug-render-3d"]}
#helps with loading assets in a logical, dynamic format.
Expand Down