Function gooey::browser_main_with [−][src]
pub fn browser_main_with<W: Widget + Send + Sync>(
transmogrifiers: Transmogrifiers<WebSys>,
initial_window: WindowBuilder<W>,
context: AppContext
)
Expand description
Runs a browser-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.