Function gooey::kludgine_main_with [−][src]
pub fn kludgine_main_with<W: Widget + Send + Sync>(
transmogrifiers: Transmogrifiers<Rasterizer<Kludgine>>,
initial_window: WindowBuilder<W>,
context: AppContext
)
Expand description
Runs a Kludgine
-based App
with transmogrifiers
and
the root widget from initializer
. Unless overriden by transmogrifier
,
all widgets from gooey::widget
will use the built-in
transmogrifiers.