Skip to content

Commit

Permalink
patch
Browse files Browse the repository at this point in the history
  • Loading branch information
mrchantey committed Nov 27, 2024
1 parent f71a0b3 commit 2a73ff7
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 68 deletions.
119 changes: 54 additions & 65 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ beet_examples = { path = "crates/beet_examples", version = "0.0.4-rc.4" }
emby = { path = "crates/emby", version = "0.0.4-rc.4" }

## local
beetmash = { version = "0.0.6-rc.7" }
forky = { version = "0.2.0-rc.6", features = [
beetmash = { version = "0.0.6-rc.8" }
forky = { version = "0.2.0-rc.8", features = [
"bevy",
"web",
] }
sweet = { version = "0.2.0-rc.4", features = ["bevy"] }
sweet = { version = "0.2.0-rc.5", features = ["bevy"] }

#💡 game
bevy = { version = "0.15.0-rc.1", default-features = false, features = [
Expand Down

0 comments on commit 2a73ff7

Please sign in to comment.