slint/api/sixtyfps-rs
Olivier Goffart caca0d0ba4 Put the component in a Pin<>
Removed the drop and create from the ComponentVTable:
since we are not using VBox<ComponentVTable>, this simplifies a bit
the code of the interpreter and everything else.

But there is still a lot of changes everywhere to support that the Component
is pinned.
This is just for the component. Which would be required if later we want
to access the properties as Pin<Property<_>>. But we have not yet ability
to do projections
2020-06-24 14:13:27 +02:00
..
sixtyfps-build Parser: typed syntax node accessor 2020-06-11 17:50:28 +02:00
sixtyfps-rs-macro Parse array 2020-06-18 12:20:04 +02:00
Cargo.toml Put the component in a Pin<> 2020-06-24 14:13:27 +02:00
compile_fail_tests.rs Make sure that we do not recognize ': =' or '= >' as one token 2020-05-25 18:15:06 +02:00
lib.rs Put the component in a Pin<> 2020-06-24 14:13:27 +02:00
repeater.rs Put the component in a Pin<> 2020-06-24 14:13:27 +02:00