mirror of
https://github.com/Xevion/byte-me.git
synced 2025-12-11 14:06:51 -06:00
feat: switch from wails to tauri
This commit is contained in:
6
src-tauri/src/main.rs
Normal file
6
src-tauri/src/main.rs
Normal 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() {
|
||||
byte_me_lib::run()
|
||||
}
|
||||
Reference in New Issue
Block a user