strip target/release/rusty_psn_gui.exe
Run cargo build to let the compiler pull in the updated PSN binding logic. rusty psn egui windows updated
The updates have transformed it from a niche CLI tool into a user-friendly (albeit plain-looking) Windows app. It does one thing and does it perfectly: it makes the PlayStation Network searchable again. strip target/release/rusty_psn_gui
fn main() -> eframe::Result<()> let options = eframe::NativeOptions viewport: egui::ViewportBuilder::default() .with_inner_size([400.0, 300.0]) .with_title("Rusty PSN Monitor"), ..Default::default() ; let app = PsnApp friends: Vec::new(), error: None, client: Client::new(), ; eframe::run_native(Box::new(app), options) 300.0]) .with_title("Rusty PSN Monitor")