re_space_view_text 0.8.1

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

mod space_view_class;
mod view_part_system;

pub use space_view_class::TextSpaceView;