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.
This commit is contained in:
darth levi 2025-03-24 03:50:15 +04:00 committed by GitHub
parent 031f67ebb6
commit f6578adf7b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -168,6 +168,7 @@ impl Plugin for UiPlugin {
.register_type::<BoxShadowSamples>()
.register_type::<UiAntiAlias>()
.register_type::<TextShadow>()
.register_type::<ComputedNodeTarget>()
.configure_sets(
PostUpdate,
(