Add eframe dependency and basic GUI structure

This commit introduces the `eframe` dependency and sets up the
foundational structure for a graphical user interface. It includes the
necessary imports for `egui` and prepares the application to render UI
elements.
This commit is contained in:
Michael Schimmel
2026-02-16 12:06:57 +01:00
parent a1283767ef
commit e9bd13ea4c
3 changed files with 3447 additions and 154 deletions
+1
View File
@@ -10,3 +10,4 @@ tokio = { version = "1.49.0", features = ["full"] }
zip = "8.0.0"
sysinfo = "0.33.0"
chrono = "0.4"
eframe = "0.30.0"