mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-31 15:47:26 +00:00
tutorial: remove minor version from dependencies
Co-authored-by: Simon Hausmann <hausmann@gmail.com>
This commit is contained in:
parent
7e46829deb
commit
2fbe2e12b3
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.1"
|
||||
slint = "0.2"
|
||||
```
|
||||
|
||||
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