Structs§
- Gui
- GuiMain
Widget - Separate the egui ctx from the rest of the gui because borrow checker
complains when we modify state mutably of the gui and also have immutable
reference to
egui_ctx
. having a mutable widget the deal only with state solved this