This commit is contained in:
Joshua Seigler 2025-04-01 18:24:51 -07:00
commit 420d719fc1
38 changed files with 37951 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() {
slick_connections_lib::run()
}