8 lines
115 B
Rust
8 lines
115 B
Rust
|
|
mod ui;
|
||
|
|
mod utils;
|
||
|
|
mod winsparkle;
|
||
|
|
fn main() {
|
||
|
|
#[cfg(debug_assertions)]
|
||
|
|
tracing_subscriber::fmt::init();
|
||
|
|
}
|