mirror of
https://github.com/slint-ui/slint.git
synced 2025-11-03 05:12:55 +00:00
In the future, the plain winit::event_loop::EventLoop won't be usable for window creation anymore. There are two places where we need it: 1. From places where we also have access to the shared backend data. 2. From the top-level create_winit_window() function. The latter we have to eliminate in the future, so might as well do it now and clean up to have one thread local less. |
||
|---|---|---|
| .. | ||
| android-activity | ||
| linuxkms | ||
| qt | ||
| selector | ||
| testing | ||
| winit | ||