mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-11 04:46:24 +00:00
Prepare the 0.2.4 release
This commit is contained in:
parent
cc94522612
commit
d6ec32ee5f
6 changed files with 10 additions and 11 deletions
|
@ -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`:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue