feat: Prototype connecting between frontend and backend

This commit is contained in:
binarybaron 2024-07-18 23:58:54 +02:00
parent 3c12880a9c
commit f2d8d91584
32 changed files with 203 additions and 4460 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() {
unstoppableswap_gui_rs_lib::run()
}