slint/internal/core/swrenderer
Olivier Goffart 4f0e2608d2 Sofware renderer: keep a Weak of the Window
Closes #1545

Not that `SoftwareRenderer::new()`  takes the Weak by value instead of
by reference, because coercing a reference to a `Weak` to a `&Weak<dyn>`
is not possible, while converting a Weak to a `Weak<dyn>` just works.
2022-08-29 11:07:05 +02:00
..
draw_functions.rs Sofware renderer: keep a Weak of the Window 2022-08-29 11:07:05 +02:00
fonts.rs Rename and expose the unsafe-single-threaded feature 2022-08-25 16:47:53 +02:00