Skip to content

Commit

Permalink
disable dynamic bevy feature
Browse files Browse the repository at this point in the history
  • Loading branch information
asafigan committed Aug 29, 2022
1 parent 2929c12 commit 2ab7578
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
10 changes: 0 additions & 10 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 @@ -7,7 +7,7 @@ edition = "2021"

[dependencies]

bevy = { version = "0.8", features = ["dynamic"] }
bevy = { version = "0.8" }
fastrand = "1"
bevy_tweening = { version = "0.5", features = ["bevy_asset"] }
iyes_loopless = "0.7"
Expand Down

0 comments on commit 2ab7578

Please sign in to comment.