Skip to content

Commit

Permalink
patch
Browse files Browse the repository at this point in the history
  • Loading branch information
mrchantey committed Mar 27, 2024
1 parent 4250b9a commit cbf43c7
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 30 deletions.
48 changes: 20 additions & 28 deletions Cargo.lock

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

7 changes: 5 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,11 @@ sweet = { path = "./crates/sweet", version = "0.*" }
sweet_macros = { path = "./crates/sweet/macros", version = "0.*" }

### game ###
# recursive type registration https://github.com/bevyengine/bevy/tree/d3e44325b45daf13087a6fe7a425b1744b5f2379
bevy = { git = "https://github.com/bevyengine/bevy.git", rev = "d3e44325b45daf13087a6fe7a425b1744b5f2379", default-features = false }
# 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-inspector-egui = "0.23.4"
bevy_mod_debugdump = "0.10.0"
Expand Down

0 comments on commit cbf43c7

Please sign in to comment.