mv src-tauri/* .

This commit is contained in:
Bianca Fürstenau 2025-02-20 05:37:56 +01:00
parent 55c458e4b1
commit 68df680863
27 changed files with 0 additions and 0 deletions

View file

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