re_view_text_log 0.26.2-rc.2

A view that shows text entries in a table and scrolls with the active time.
Documentation
1
2
3
4
5
6
7
8
//! Rerun `TextLog` View
//!
//! A View that shows `TextLog` entries in a table and scrolls with the active time.

mod view_class;
mod visualizer_system;

pub use view_class::TextView;