Cargo Features

[dependencies]
bevy_ui = { version = "0.15.0-rc.3", default-features = false, features = ["serialize", "bevy_ui_picking_backend", "ghost_nodes", "bevy_text"] }
default = bevy_ui_picking_backend

The bevy_ui_picking_backend feature is set by default whenever bevy_ui is added without default-features = false somewhere in the dependency tree.

serialize = serde

Enables serialize of bevy_math, serde of smallvec

bevy_ui_picking_backend default = bevy_picking

Affects bevy_ui::picking_backend

ghost_nodes

Experimental features

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

bevy_picking bevy_ui_picking_backend
serde serialize?