👎Deprecated since 0.4.0:
use egui_lens instead — egui_mobius_components is the predecessor logger superseded by egui_lens
Expand description
§egui_mobius_components
DEPRECATED — superseded by egui_lens.
This crate is the predecessor event logger built on the older
egui_mobius signal/slot architecture. New code should depend on
egui_lens directly, which provides the same logger functionality
using Dynamic<T> reactive primitives. This crate is frozen at
0.4.0 and will receive no further updates.
Migration: see examples/logger_component in the egui_mobius
workspace for a port of the lens-equivalent example.
Re-exports§
pub use prelude::*;Deprecated
Modules§
- components
Deprecated - Components module for egui_mobius_components
- prelude
Deprecated - Ergonomic re-exports for
egui_mobius_components