Skip to content

Commit

Permalink
deps: bevy git
Browse files Browse the repository at this point in the history
  • Loading branch information
mrchantey committed Apr 3, 2024
1 parent 201c4d7 commit 855cd76
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 3 deletions.
24 changes: 23 additions & 1 deletion Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ sweet_macros = { path = "./crates/sweet/macros", version = "0.*" }
# two requirements for back to release:
# 1. recursive type registration https://github.com/bevyengine/bevy/tree/d3e44325b45daf13087a6fe7a425b1744b5f2379
# 2. remove_by_id https://github.com/bevyengine/bevy/pull/9663
bevy = { path = "../bevy", default-features = false }
# bevy = { git = "https://github.com/bevyengine/bevy.git", rev = "d3e44325b45daf13087a6fe7a425b1744b5f2379", default-features = false }
# bevy = { path = "../bevy", default-features = false }
bevy = { git = "https://github.com/bevyengine/bevy.git", rev = "f516de456be2b65572de1af6956d52157663b9cc", default-features = false }

bevy-inspector-egui = "0.23.4"
bevy_mod_debugdump = "0.10.0"
Expand Down

0 comments on commit 855cd76

Please sign in to comment.