mirror of
https://github.com/babichjacob/ac-qu-ai-nt.git
synced 2025-10-02 04:47:53 -04:00
5 lines
110 B
Rust
5 lines
110 B
Rust
pub fn main() {
|
|
#[cfg(feature = "tracing")]
|
|
tracing::info!("Hello from the eframe-based GUI!");
|
|
}
|