slint/sixtyfps_runtime/rendering_backends/testing
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
..
Cargo.toml Bump version number to 0.1.5 2021-10-26 07:36:54 +00:00
lib.rs Simplify drop implementation of generated components 2021-11-01 08:58:53 +01:00