Module gui

Source

Structs§

Gui
GuiMainWidget
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

Functions§

style