lios 0.1.25

A polished GTK4/VTE Linux terminal with baked-in themes, glass backgrounds, opt-in GPU backends, and desktop launcher install.
1
2
3
4
5
6
7
8
9
10
mod app;
mod cli;
mod config;
mod desktop;
mod terminal;
mod theme;

fn main() -> gtk::glib::ExitCode {
    app::run()
}