slint/api/rs
Tobias Hunger 731c422329 Add a ComponentFactory (Rust)
Add a ComponentFactory type which will eventually be used as a property
value in Slint. The idea is to copy around this type and to create
components from it that we can embed.

We do not want to hand raw components around as those are reference counted
and might end up being embedded into several places, which would break out
tree of components.
2023-07-27 12:04:16 +02:00
..
build Bump version number to 1.2.0 2023-07-25 10:44:53 +00:00
macros Bump version number to 1.2.0 2023-07-25 10:44:53 +00:00
slint Add a ComponentFactory (Rust) 2023-07-27 12:04:16 +02:00