This commit is contained in:
Julian Freeman
2026-01-18 22:37:13 -04:00
commit 54c9474894
38 changed files with 1506 additions and 0 deletions

6
src-tauri/src/main.rs Normal file
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() {
watermark_wizard_lib::run()
}