pub fn main() { #[cfg(feature = "tracing")] tracing::info!("Hello from the eframe-based GUI!"); }