bevy-basic-ui 0.4.12

A small manager for menus and huds
Documentation
1
2
3
4
use bevy::prelude::*;

#[derive(Component)]
pub struct Loading(pub Option<String>);