Skip to content

Commit 2ab7578

Browse files
committed
disable dynamic bevy feature
1 parent 2929c12 commit 2ab7578

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

Cargo.lock

Lines changed: 0 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2021"
77

88
[dependencies]
99

10-
bevy = { version = "0.8", features = ["dynamic"] }
10+
bevy = { version = "0.8" }
1111
fastrand = "1"
1212
bevy_tweening = { version = "0.5", features = ["bevy_asset"] }
1313
iyes_loopless = "0.7"

0 commit comments

Comments
 (0)