Prepare the 0.2.4 release

This commit is contained in:
Olivier Goffart 2022-05-09 17:32:37 +02:00
parent cc94522612
commit d6ec32ee5f
6 changed files with 10 additions and 11 deletions

View file

@ -5,7 +5,7 @@ The tiles in the game should have a random placement. We'll need to add the <`ra
```toml
[dependencies]
slint = "0.2.3"
slint = "0.2.4"
rand = "0.8" # Added
```

View file

@ -20,7 +20,7 @@ Then we edit `Cargo.toml` to add the slint dependency:
edition = "2021"
[dependencies]
slint = "0.2.3"
slint = "0.2.4"
```
Finally we copy the hello world program from the [Slint documentation](https://slint-ui.com/docs/rust/slint/) into our `src/main.rs`: