Cargo Features

[dependencies]
cuicui_layout_bevy_ui = { version = "0.12.0", default-features = false, features = ["debug_bevy_ui", "reflect", "chirp"] }
default = chirp, debug_bevy_ui, reflect

These default features are set whenever cuicui_layout_bevy_ui is added without default-features = false somewhere in the dependency tree.

debug_bevy_ui default

Enables debug_bevy_ui of cuicui_layout

cuicui_layout:

This is a workaround to NOT depend on bevy_ui for debug, yet supporting setups to draw on top of UI.

reflect default chirp

Enables reflect of cuicui_layout

chirp default = cuicui_chirp, reflect

Enable chirp ParseDsl implementation

Enables chirp of cuicui_layout

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.

cuicui_chirp chirp