-
Notifications
You must be signed in to change notification settings - Fork 0
Tech Stack
Sebastiano Gelmetti edited this page Feb 19, 2026
·
1 revision
╔══════════════════════════════════════════════════════════════════╗
║ ║
║ ████████╗███████╗░█████╗░██╗░░██╗ ░██████╗████████╗░█████╗ ║
║ ╚══██╔══╝██╔════╝██╔══██╗██║░░██║ ██╔════╝╚══██╔══╝██╔══██╗ ║
║ ░░░██║░░░█████╗░░██║░░╚═╝███████║ ╚█████╗░░░░██║░░░███████║ ║
║ ░░░██║░░░██╔══╝░░██║░░██╗██╔══██║ ░╚═══██╗░░░██║░░░██╔══██║ ║
║ ░░░██║░░░███████╗╚█████╔╝██║░░██║ ██████╔╝░░░██║░░░██║░░██║ ║
║ ░░░╚═╝░░░╚══════╝░╚════╝░╚═╝░░╚═╝ ╚═════╝░░░░╚═╝░░░╚═╝░░╚═╝ ║
║ ║
║ T E C H N I C A L S T A C K ║
║ ║
╚══════════════════════════════════════════════════════════════════╝
|
|
|
[dependencies]
eframe = "0.29" # Native GPU-accelerated UI framework
egui_extras = "0.29" # Image loaders and advanced widgets
tokio = "1" # Async runtime for concurrent operations
reqwest = "0.12" # HTTP client with TLS support
serde_json = "1" # Configuration serialization
image = "0.25" # Cover art processing and resizing
zip = "2.6" # Morrenus ZIP archive extraction
rodio = "0.19" # Audio playback engine
rfd = "0.15" # Native file dialogs
regex = "1" # Pattern matching for VDF/ACF parsing
glob = "0.3" # File system pattern matching
open = "5" # OS-native URL/file opening
ico = "0.3" # Windows icon embedding
winapi = "0.3" # Win32 API for process injection██████╗ █████╗ ██████╗ ██╗ ██╗ ██████╗ ██████╗ ██████╗ ███████╗ ██╗ ██╗██╗██╗ ██╗██╗
██╔══██╗██╔══██╗██╔══██╗██║ ██╔╝██╔════╝██╔═══██╗██╔══██╗██╔════╝ ██║ ██║██║██║ ██╔╝██║
██║ ██║███████║██████╔╝█████╔╝ ██║ ██║ ██║██████╔╝█████╗ ██║ █╗ ██║██║█████╔╝ ██║
██║ ██║██╔══██║██╔══██╗██╔═██╗ ██║ ██║ ██║██╔══██╗██╔══╝ ██║███╗██║██║██╔═██╗ ██║
██████╔╝██║ ██║██║ ██║██║ ██╗╚██████╗╚██████╔╝██║ ██║███████╗ ╚███╔███╔╝██║██║ ██╗██║
╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═╝ ╚═════╝ ╚═════╝ ╚═╝ ╚═╝╚══════╝ ╚══╝╚══╝ ╚═╝╚═╝ ╚═╝╚═╝