slint/internal/compiler/generator
Simon Hausmann 30c810be00 winit: Propagate errors when winit fails to initialize the event loop
For the backend selector, this means that when a backend is selected explicitly,
and initialization fails, don't try `create_default_backend()` but
propagate the error.

For the Rust code generator, propagate the first ensure_backend()
errors. Any subsequent onces (unlikely, since the first thing any
public new() calls is ensure_backend) will unwrap.
2023-10-24 15:47:08 +02:00
..
cpp.rs C++: fix crash when accessing empty model from Slint 2023-10-19 18:09:14 +02:00
rust.rs winit: Propagate errors when winit fails to initialize the event loop 2023-10-24 15:47:08 +02:00