mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-30 23:27:22 +00:00
Update version number in the documentation
This commit is contained in:
parent
9cab0747b5
commit
2ada879b05
5 changed files with 7 additions and 7 deletions
|
@ -5,7 +5,7 @@ The tiles in the game should have a random placement. We'll need to add the `ran
|
|||
|
||||
```toml
|
||||
[dependencies]
|
||||
slint = "0.2.5"
|
||||
slint = "0.3.0"
|
||||
rand = "0.8" # Added
|
||||
```
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@ Then we edit `Cargo.toml` to add the slint dependency:
|
|||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
slint = "0.2.5"
|
||||
slint = "0.3.0"
|
||||
```
|
||||
|
||||
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