fix: rename app and lib

This commit is contained in:
Arduinum
2026-03-12 20:21:50 +03:00
committed by Arduinum628
parent 4d2bb6597a
commit 1716306e86
3 changed files with 16 additions and 16 deletions

View File

@@ -3,5 +3,5 @@
fn main() {
println!("Запуск приложения Tauri...");
app_lib::run();
kawai_focus::run();
}