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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user