first commit
This commit is contained in:
10
src-tauri/src/main.rs
Normal file
10
src-tauri/src/main.rs
Normal file
@@ -0,0 +1,10 @@
|
||||
// Prevents additional console window on Windows in release, DO NOT REMOVE!!
|
||||
#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]
|
||||
use log::{debug, error, info, trace, warn};
|
||||
use tauri_demo_lib::log::setup_logger;
|
||||
|
||||
fn main() {
|
||||
setup_logger();
|
||||
debug!("logging initialized");
|
||||
tauri_demo_lib::run()
|
||||
}
|
||||
Reference in New Issue
Block a user