bevy_cobweb_ui 0.22.2

UI framework for the bevy game engine
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#![doc = include_str!("ASSETS_EXT.md")]
#[allow(unused_imports)]
use crate as bevy_cobweb_ui;

mod audio;
mod fonts;
mod images;
mod plugin;
mod texture_atlases;

pub use audio::*;
pub use fonts::*;
pub use images::*;
pub(crate) use plugin::*;
pub use texture_atlases::*;