Skip to content

Commit f6578ad

Browse files
authored
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.
1 parent 031f67e commit f6578ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/bevy_ui/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ impl Plugin for UiPlugin {
168168
.register_type::<BoxShadowSamples>()
169169
.register_type::<UiAntiAlias>()
170170
.register_type::<TextShadow>()
171+
.register_type::<ComputedNodeTarget>()
171172
.configure_sets(
172173
PostUpdate,
173174
(

0 commit comments

Comments
 (0)