slint/sixtyfps_runtime/rendering_backends/gl
Simon Hausmann 9726df9c00 Fix constant wakeups with the winit event loop
Commit 2b7a1eebcd introduced a deep clone of the winit event loop proxy inside the event run function callback.
That introduced constant wakeups because cloning an event loop
proxy creates a new one, which adds a source to the cf run loop and also
explicitly triggers a wakeup.

Fortunately we don't really need that clone, a reference works just fine and is faster.
2021-04-08 09:35:41 +02:00
..
fonts Implement basic font fallbacks for WASM and macOS 2021-01-14 08:53:14 +01:00
Cargo.toml Update some dependencies 2021-04-07 13:47:01 +02:00
eventloop.rs Fix constant wakeups with the winit event loop 2021-04-08 09:35:41 +02:00
fonts.rs Fix wasm build 2021-03-02 13:55:34 +01:00
graphics_window.rs Set the size to the Window element when it is shown, when the size would otherwise be empty 2021-04-08 08:46:08 +02:00
images.rs Rename Resource to ImageReference in the runtime 2021-03-11 10:06:23 +01:00
lib.rs Fix LSP server staying alive when closing preview window 2021-04-06 12:11:55 +02:00
svg.rs GL: Fix rendering of scaled SVG for which height > width 2021-02-16 10:42:13 +01:00