mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-30 23:27:22 +00:00
bump version to 0.2.1 in tutorial
This commit is contained in:
parent
8c23291a08
commit
7aac74af6e
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ Then we edit `Cargo.toml` to add the slint dependency:
|
|||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
slint = "0.2.0"
|
||||
slint = "0.2.1"
|
||||
```
|
||||
|
||||
Finally we copy the hello world program from the [Slint documentation](https://slint-ui.com/docs/rust/slint/) into our `src/main.rs`:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue