2021-06-07 06:40:21 +02:00
|
|
|
#![allow(unused)]
|
|
|
|
|
2021-06-18 00:09:10 +02:00
|
|
|
#[macro_use]
|
|
|
|
extern crate helix_view;
|
|
|
|
|
2021-06-07 06:40:21 +02: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 06:40:21 +02:00
|
|
|
pub mod keymap;
|
|
|
|
pub mod ui;
|