re_ui 0.30.2

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

pub mod boxed_widget;
pub mod card_layout;
pub mod context_ext;
#[cfg(target_os = "macos")]
mod mac_traffic_light_sizes;
pub mod response_ext;
pub(crate) mod widget_ext;
mod widget_text_ext;

#[cfg(target_os = "macos")]
pub use mac_traffic_light_sizes::WindowChromeMetrics;
pub use widget_text_ext::WidgetTextExt;