alma 0.1.0

A Bevy-native modal text editor with Vim-style navigation.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
//! ECS component snapshots for editor dataflow stages.

/// Buffer component snapshots.
pub mod buffer;

/// Cursor component snapshots.
pub mod cursor;

/// Layout component snapshots.
pub mod layout;

/// Vim modal component snapshots.
pub mod vim;