slint/api/wasm-interpreter
Simon Hausmann 1cdbc88762 Fix non-interactive doc preview
Only the last shown preview was interactive. This was because we started the winit event loop for each preview,
which kind of invalidates the previous instance in winit.

Instead, create all components, call show() on each instance to register the window with winit
and spin the event loop with its exception magic only once.
2022-02-09 17:55:05 +01:00
..
src Fix non-interactive doc preview 2022-02-09 17:55:05 +01:00
Cargo.toml Update copyright information to reflect name change 2022-02-09 10:27:47 +01:00