This commit is contained in:
2025-08-06 02:28:38 +02:00
parent aa77af36ea
commit ecb12842f4

View File

@@ -3,10 +3,9 @@ use egui::{Key, RichText};
use std::collections::VecDeque;
use egui::{FontData, FontDefinitions, FontFamily};
use std::sync::{Arc, Mutex};
use winit::event_loop::{ControlFlow, EventLoop};
use winit::event_loop::{EventLoop};
use eframe::UserEvent;
use std::env;
use std::process::Command;
const MAX_KEYS: usize = 6;
const SECRET_COMBO: [Key; MAX_KEYS] = [