lios 0.1.56

A gorgeous GTK4/VTE Linux terminal with live themes, glass backgrounds, session prompt profiles, Sixel images, and safe GPU controls.
1
2
3
4
5
6
fn main() {
    pkg_config::Config::new()
        .atleast_version("0.68")
        .probe("vte-2.91-gtk4")
        .expect("Lios requires VTE for GTK4 0.68 or newer");
}