mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-12 05:16:48 +00:00
Update version number in docs
This commit is contained in:
parent
3d2daf6073
commit
17aa0d7203
6 changed files with 8 additions and 8 deletions
|
@ -20,7 +20,7 @@ Then we edit `Cargo.toml` to add the slint dependency:
|
|||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
slint = "0.3.0"
|
||||
slint = "0.3.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