Add links to the template repositories

This commit is contained in:
Olivier Goffart 2021-09-28 08:24:44 +02:00
parent cbefe741fc
commit bbe178aadf
4 changed files with 23 additions and 0 deletions

View file

@ -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.