Projects STRLCPY alacritty Commits 901f90ee
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■
    alacritty/src/main.rs
    skipped 135 lines
    136 136   .expect("Unable to initialize logger");
    137 137   
    138 138   info!("Welcome to Alacritty");
     139 + info!("Version {}", env!("VERSION"));
    139 140   
    140 141   #[cfg(all(feature = "x11", not(any(target_os = "macos", windows))))]
    141 142   info!("Running on {}", if window_event_loop.is_x11() { "X11" } else { "Wayland" });
    skipped 99 lines
Please wait...
Page is in error, reload to recover