alma 0.1.0

A Bevy-native modal text editor with Vim-style navigation.
Documentation
1
2
3
4
5
//! Render-stage synchronization systems.

mod text;

pub use text::{ManagedText, TextRenderPlugin};