arreliny-term 0.1.2

A simple terminal for keeping multiple shells in one window
1
2
3
4
5
6
7
mod app;
mod config;
mod platform;

fn main() -> eframe::Result {
    app::run()
}