bevy_easy_ui 0.1.0

A declarative, fluent builder-pattern abstraction layer on top of Bevy's UI system.
Documentation
1
2
3
4
#![forbid(unsafe_code)]
pub mod core;
pub mod prelude;
pub mod widgets;