chore: initialize Tauri v2 project scaffold

This commit is contained in:
KimiSwitch Dev
2026-07-06 17:12:28 +08:00
commit dd53e4fb20
16 changed files with 10696 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]
fn main() {
kimiswitch_lib::run();
}