1
0
Fork 0
mirror of https://github.com/helix-editor/helix synced 2024-06-07 09:46:06 +02:00
helix/helix-view/src/lib.rs
Blaž Hrastnik 935cfeae57 Split parts of helix-term into helix-view.
It still largely depends on term for some types but I plan to change
that later.
2020-09-21 18:24:16 +09:00

7 lines
84 B
Rust

pub mod commands;
pub mod keymap;
pub mod theme;
pub mod view;
pub use view::View;