Files
ac-qu-ai-nt/gui-eframe/src/lib.rs

5 lines
110 B
Rust

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