From 63624b99a085172a0e4d11df9e22ee9577aa4a9e Mon Sep 17 00:00:00 2001 From: Jan Hohenheim Date: Tue, 11 Jun 2024 19:13:29 +0200 Subject: [PATCH] Add comment --- crates/bevy_plugin/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", ]