Skip to content

Commit 0b33726

Browse files
committed
Add missing feature
1 parent 8172209 commit 0b33726

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bevy_plugin/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ variadics_please = "1"
3232
[dependencies.bevy]
3333
version = "0.16.0-rc"
3434
default-features = false
35-
features = ["bevy_asset", "multi_threaded"]
35+
features = ["bevy_asset", "multi_threaded", "bevy_log"]
3636

3737
[dev-dependencies]
3838
tempfile = "3"

0 commit comments

Comments
 (0)