bevy_feathers 0.19.0

A collection of UI widgets for building editors and utilities in Bevy
Documentation
1
2
3
4
5
6
7
//! Static widgets that only display data and are not interactive.

mod icon;
mod label;

pub use icon::*;
pub use label::*;