slint/sixtyfps_runtime/rendering_backends/gl
Simon Hausmann 67579ec560 Simplify drop implementation of generated components
Avoid creating an intermediate array of items to free the graphics resources.
Instead call run-time function with the item tree as a parameter, which is traversed.

It's practically the same data structure that was previously created, except
that it is shared/global and has little holes for the dynamic tree items, but those are easy to skip.
2021-11-01 08:58:53 +01:00
..
fonts GL backend: add basic font fallback support for Linux 2021-09-17 18:58:18 +02:00
Cargo.toml Bump version number to 0.1.5 2021-10-26 07:36:54 +00:00
event_loop.rs Avoid over-eager animation ticks 2021-10-05 12:43:11 +02:00
fonts.rs Bound Text contents width 2021-10-08 08:05:42 +02:00
graphics_window.rs Simplify drop implementation of generated components 2021-11-01 08:58:53 +01:00
images.rs Enable support for gzipped SVG 2021-10-06 21:24:44 +02:00
lib.rs Further speed up font handling in the GL backend 2021-10-04 15:11:55 +02:00
svg.rs GL backend: Fix rendering of SVGs with text inside 2021-09-30 14:32:46 +02:00