From 4df6648885bd93615272e2fd0923d1cbce65aa1a Mon Sep 17 00:00:00 2001 From: amd64fox <62529699+amd64fox@users.noreply.github.com> Date: Mon, 27 Oct 2025 20:58:00 +0300 Subject: [PATCH] Rename Main.rs to src/main.rs Moved Main.rs to the src directory and renamed it to main.rs to follow Rust project conventions. --- LoaderSpot_UI/{Main.rs => src/main.rs} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename LoaderSpot_UI/{Main.rs => src/main.rs} (100%) diff --git a/LoaderSpot_UI/Main.rs b/LoaderSpot_UI/src/main.rs similarity index 100% rename from LoaderSpot_UI/Main.rs rename to LoaderSpot_UI/src/main.rs