From f6578adf7bd955eab4ef4ae6c2f852188ae7e86f Mon Sep 17 00:00:00 2001 From: darth levi <73083466+darthLeviN@users.noreply.github.com> Date: Mon, 24 Mar 2025 03:50:15 +0400 Subject: [PATCH] register ComputedNodeTarget (#18503) I had no reference to `ComputedNodeTarget` in my project. After updating to bevy 0.16.0-rc1 i got a compile error complaining about this. --- crates/bevy_ui/src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/bevy_ui/src/lib.rs b/crates/bevy_ui/src/lib.rs index 4713bb5cac..56462b6952 100644 --- a/crates/bevy_ui/src/lib.rs +++ b/crates/bevy_ui/src/lib.rs @@ -168,6 +168,7 @@ impl Plugin for UiPlugin { .register_type::() .register_type::() .register_type::() + .register_type::() .configure_sets( PostUpdate, (