Cargo Features

bevy_ui has no features set by default.

[dependencies]
bevy_ui = { version = "0.13.2", features = ["serialize", "bevy_text"] }
serialize = serde

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

bevy_text implicit feature

Enables bevy_text

bevy_text:

Provides text functionality for Bevy Engine

Affects node_bundles::TextBundle, render::extract_text_uinodes

serde serialize?