added loaderspot ui in rust

This commit is contained in:
amd64fox 2025-10-27 19:53:58 +03:00
parent 0d58298f6e
commit e67831bc47
2 changed files with 1070 additions and 0 deletions

14
LoaderSpot_UI/Cargo.toml Normal file
View file

@ -0,0 +1,14 @@
[package]
name = "spotify_finder"
version = "0.1.0"
edition = "2021"
[dependencies]
eframe = "0.29"
egui = "0.29"
tokio = { version = "1", features = ["full"] }
reqwest = { version = "0.12", features = ["json"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
regex = "1.10"
winapi = { version = "0.3", features = ["winuser"] }

1056
LoaderSpot_UI/Main.rs Normal file

File diff suppressed because it is too large Load diff