mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-01 06:11:16 +00:00
Add links to the template repositories
This commit is contained in:
parent
cbefe741fc
commit
bbe178aadf
4 changed files with 23 additions and 0 deletions
|
@ -91,6 +91,14 @@ fn main() {
|
|||
}
|
||||
```
|
||||
|
||||
To quickly get started with this pattern, we have a [Template Repository](https://github.com/sixtyfpsui/sixtyfps-rust-template) that
|
||||
can be used with cargo-generate.
|
||||
|
||||
```bash
|
||||
cargo install cargo-generate
|
||||
cargo generate --git https://github.com/sixtyfpsui/sixtyfps-rust-template
|
||||
```
|
||||
|
||||
## Generated components
|
||||
|
||||
As of now, only the last component of a .60 source is generated. It is planned to generate all exported components.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue