diff --git a/crates/bevy_plugin/Cargo.toml b/crates/bevy_plugin/Cargo.toml index 9f8760e5..a0355b5a 100644 --- a/crates/bevy_plugin/Cargo.toml +++ b/crates/bevy_plugin/Cargo.toml @@ -31,7 +31,7 @@ default-features = false features = [ "bevy_asset", "multi_threaded", - # Needed since 0.14.0-rc.2, not sure if bug + # Remove when https://github.com/bevyengine/bevy/pull/13740 lands "bevy_scene", ]