pub(crate) fn main() -> Result<()>Expand description
Application entry point for R.E.K.T.A.Launcher.
Sets up the global logger sinks (/tmp/rektal_launcher.log and terminal stdout),
configures the native window viewport options, and initializes the [eframe] event loop.
ยงErrors
Returns an [eframe::Result] if native window creation or event loop initialization fails.