bevy_easy_ui 0.1.1

A declarative, fluent builder-pattern abstraction layer on top of Bevy's UI system and Bevy UI Text Input.
Documentation
1
2
3
4
5
6
7
pub mod containers;
pub mod image;
pub mod label;
pub mod span;
pub mod text;
pub mod text_input;
pub mod viewport;