2021-06-07 12:40:21 +08:00
|
|
|
#![allow(unused)]
|
|
|
|
|
2021-06-17 18:09:10 -04:00
|
|
|
#[macro_use]
|
|
|
|
extern crate helix_view;
|
|
|
|
|
2021-06-07 12:40:21 +08:00
|
|
|
pub mod application;
|
|
|
|
pub mod args;
|
|
|
|
pub mod commands;
|
|
|
|
pub mod compositor;
|
2021-06-17 13:08:05 +02:00
|
|
|
pub mod config;
|
2021-06-07 12:40:21 +08:00
|
|
|
pub mod keymap;
|
|
|
|
pub mod ui;
|