re_ui 0.36.1

Rerun GUI theme and helpers, built around egui
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! Things that should be upstream moved to egui/eframe at some point

pub mod card_layout;
mod group;
mod kb_shortcut_ext;
pub mod response_ext;
pub(crate) mod widget_ext;
mod widget_text_ext;

pub use group::Group;
pub use kb_shortcut_ext::KeyboardShortcutExt;
pub use widget_text_ext::concat_rich_text;