pub(crate) fn main() -> Result<()>
Application main entry point.
Initializes logging sinks, embeds the window icon, configures native viewport options, and starts the eframe event loop with MyApp.
eframe
MyApp