Function floem::window::new_window

source ·
pub fn new_window<V: View + 'static>(
    app_view: impl FnOnce(WindowId) -> V + 'static,
    config: Option<WindowConfig>
)
Expand description

create a new window. You’ll need to create Application first, otherwise it will panic