slint/sixtyfps_runtime/rendering_backends/gl
Jocelyn Turcotte 93c28d12db wasm32: Fix reentrancy issues with invoke_from_event_loop
If it's called on top of the an event processed on the event loop,
it might be that GLOBAL_PROXY is already borrowed further down
the stack.
2021-12-13 15:51:28 +01:00
..
fonts GL backend: add basic font fallback support for Linux 2021-09-17 18:58:18 +02:00
Cargo.toml Avoid the use of symlinks for source files 2021-12-13 15:51:10 +01:00
event_loop.rs Prospective fix for making invoke_from_event_loop work better in WASM 2021-12-13 15:51:28 +01:00
fonts.rs Bound Text contents width 2021-10-08 08:05:42 +02:00
glcontext.rs GL backend cleanup 2021-11-11 11:47:54 +01:00
glwindow.rs Internal cleanup in the GL renderer 2021-12-10 22:26:15 +01:00
images.rs Minor cleanup in GL backend 2021-12-11 13:22:27 +01:00
lib.rs wasm32: Fix reentrancy issues with invoke_from_event_loop 2021-12-13 15:51:28 +01:00
svg.rs GL backend: Fix rendering of SVGs with text inside 2021-09-30 14:32:46 +02:00