slint/sixtyfps_compiler/generator
Simon Hausmann 5fa4bc6b70 Generate an init function for sub-components
This allows something like this:

```
SubCompo := Rectangle {
    background: green;
}
App := Window {
    SubCompo {}
}
```
2021-11-05 10:20:54 +01:00
..
cpp.rs Minor cleanup in ItemTreeBuilder trait 2021-11-04 17:55:39 +01:00
rust.rs Generate an init function for sub-components 2021-11-05 10:20:54 +01:00