re_space_view_text_document 0.13.0-alpha.4

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

mod space_view_class;
mod visualizer_system;

pub use space_view_class::TextDocumentSpaceView;