alma 0.1.0

A Bevy-native modal text editor with Vim-style navigation.
Documentation
1
2
3
4
5
6
7
//! Feature plugins and high-level behavior bundles.

/// Editor UI feature bundle.
pub mod ui;

/// Vim modal-editing feature bundle.
pub mod vim;