Moved from electrobun to tauri+cef

This commit is contained in:
Alois 2026-04-06 15:21:04 +02:00
commit 8a12ca7234
114 changed files with 822 additions and 513 deletions

View file

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