aboutsummaryrefslogtreecommitdiff
path: root/src-tauri/src/main.rs
blob: 2abccd9e4c68039641861a38e7ca387aef3f49f1 (plain)
1
2
3
4
5
6
// Prevents additional console window on Windows in release, DO NOT REMOVE!!
#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]

fn main() {
    tauri_app_lib::run()
}