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
#![forbid(unsafe_code)]
pub mod core;
pub mod prelude;
pub mod widgets;