re_view_text_document 0.30.0-alpha.2

A simple view that shows a single text box.
Documentation
1
2
3
4
5
6
7
8
//! Rerun Text Document View
//!
//! A simple Viewshows a single text document.

mod view_class;
mod visualizer_system;

pub use view_class::TextDocumentView;