mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-13 22:06:29 +00:00
Update version in docs
This commit is contained in:
parent
22c1c40e69
commit
6334bc433b
5 changed files with 7 additions and 7 deletions
|
@ -20,7 +20,7 @@ Then we edit `Cargo.toml` to add the slint dependency:
|
|||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
slint = "0.2.4"
|
||||
slint = "0.2.5"
|
||||
```
|
||||
|
||||
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