bkbh/src/bin/tauri.rs
Bianca Fürstenau 185fd938c1 Refactor a bit
2025-03-05 00:34:23 +01:00

6 lines
172 B
Rust

// Prevents additional console window on Windows in release, DO NOT REMOVE!!
#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]
fn main() {
bkbh::run()
}